[PATCH] pnp - Trivial Card Service Fix (7/12) 2.5.59-bk3

Adam Belay (ambx1@neo.rr.com)
Sun, 9 Feb 2003 12:04:51 +0000


Thanks to Ruslan for bringing this to my attention.

Please apply,
Adam

--- a/drivers/pnp/card.c Sun Feb 9 10:57:43 2003
+++ b/drivers/pnp/card.c Sun Feb 9 11:05:40 2003
@@ -143,7 +143,6 @@
list_for_each_safe(pos,temp,&card->devices){
struct pnp_dev *dev = card_to_pnp_dev(pos);
pnpc_remove_device(dev);
- __pnp_remove_device(dev);
}
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/