2003-06-25 01:10:14

by Adam Belay

[permalink] [raw]
Subject: [BK PATCH] PnP Fixes for 2.5.73

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:

[email protected], 2003-06-24 20:24:19+00:00, [email protected]
[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(-)


[email protected], 2003-06-24 20:17:15+00:00, [email protected]
[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(-)