DESCRIPTION:
-------------------------------------------------
## lnxi-patch-5 ##
src/superio/NSC/pc87360/superio.c
Bug fix from &pnp_ops to &ops
DIFFSTAT:
-------------------------------------------------
superio.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
PATCH:
-------------------------------------------------
Index: superio/NSC/pc87360/superio.c
===================================================================
--- superio/NSC/pc87360/superio.c (revision 1105)
+++ superio/NSC/pc87360/superio.c (working copy)
@@ -66,7 +66,7 @@
static void enable_dev(struct device *dev)
{
- pnp_enable_devices(dev, &pnp_ops,
+ pnp_enable_devices(dev, &ops,
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
}
--
Jason W. Schildt
LinuxBIOS Software Engineer
Linux Networx