From: Adam Belay <ambx1@neo.rr.com>
To: greg@kroah.com
Cc: linux-kernel@vger.kernel.org,
"Ruslan U. Zakirov" <cubic@wildrose.miee.ru>
Subject: [PATCH] trivial fix to card.c from Ruslan Zakirov (6/6)
Date: Sat, 25 Jan 2003 20:15:31 +0000 [thread overview]
Message-ID: <20030125201531.GA12861@neo.rr.com> (raw)
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);
}
}
reply other threads:[~2003-01-26 1:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030125201531.GA12861@neo.rr.com \
--to=ambx1@neo.rr.com \
--cc=cubic@wildrose.miee.ru \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox