public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] trivial fix to card.c from Ruslan Zakirov (6/6)
@ 2003-01-25 20:15 Adam Belay
  0 siblings, 0 replies; only message in thread
From: Adam Belay @ 2003-01-25 20:15 UTC (permalink / raw)
  To: greg; +Cc: linux-kernel, Ruslan U. Zakirov

removes the duplicate __pnp_remove_device.

--- drivers/pnp/card.c~ 2003-01-15 13:52:08.000000000 +0300
+++ drivers/pnp/card.c  2003-01-15 13:52:16.000000000 +0300
@@ -144,7 +144,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-01-26  1:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-25 20:15 [PATCH] trivial fix to card.c from Ruslan Zakirov (6/6) Adam Belay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox