linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BK PATCH] PnP Fixes for 2.5.73
@ 2003-06-24 20:58 Adam Belay
  0 siblings, 0 replies; only message in thread
From: Adam Belay @ 2003-06-24 20:58 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Hi,

This release contains fixes for ALSA compilation and also removes
a bug in the locking code.

Please Pull from: bk://linux-pnp.bkbits.net/pnp-2.5

Thanks,
Adam

 drivers/pnp/interface.c    |    6 +++---
 drivers/pnp/isapnp/core.c  |    4 ++--
 drivers/pnp/manager.c      |   14 ++++++--------
 drivers/pnp/pnpbios/core.c |    2 +-
 drivers/pnp/support.c      |    2 +-
 include/linux/pnp.h        |    4 ++--
 6 files changed, 15 insertions(+), 17 deletions(-)

through these ChangeSets:

ChangeSet@1.1388, 2003-06-24 20:24:19+00:00, ambx1@neo.rr.com
  [PNP] Locking Fixes
  
  The semaphore in pnp_init_resource_table is not needed and, in some
  cases, can cause resource management lockups.  This patch removes the
  improperly placed semaphore.

 drivers/pnp/manager.c |    2 --
 1 files changed, 2 deletions(-)


ChangeSet@1.1387, 2003-06-24 20:17:15+00:00, ambx1@neo.rr.com
  [PNP] pnp_init_resource_table compile fix
  
  In the last release, this api was accidently changed and therefore 
  affected some drivers.  This patch corrects the issue by renaming
  the api back to pnp_init_resource_table.

 drivers/pnp/interface.c    |    6 +++---
 drivers/pnp/isapnp/core.c  |    4 ++--
 drivers/pnp/manager.c      |   12 ++++++------
 drivers/pnp/pnpbios/core.c |    2 +-
 drivers/pnp/support.c      |    2 +-
 include/linux/pnp.h        |    4 ++--
 6 files changed, 15 insertions(+), 15 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-06-25  1:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-24 20:58 [BK PATCH] PnP Fixes for 2.5.73 Adam Belay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).