All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pnp - Trivial Card Service Fix (7/13)
@ 2003-02-17 18:23 Adam Belay
  0 siblings, 0 replies; only message in thread
From: Adam Belay @ 2003-02-17 18:23 UTC (permalink / raw)
  To: greg; +Cc: linux-kernel, Linus Torvalds

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);
 	}
 }

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

only message in thread, other threads:[~2003-02-17 23:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-17 18:23 [PATCH] pnp - Trivial Card Service Fix (7/13) Adam Belay

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.