* [PATCH] remove unused variable in pata_isapnp
@ 2007-06-05 13:33 Yoichi Yuasa
2007-06-10 2:41 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2007-06-05 13:33 UTC (permalink / raw)
To: linux-ide; +Cc: yoichi_yuasa
Hi,
This patch has removed unused variable in pata_ispnp.
Yoichi
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
diff -pruN -X mips/Documentation/dontdiff mips-orig/drivers/ata/pata_isapnp.c mips/drivers/ata/pata_isapnp.c
--- mips-orig/drivers/ata/pata_isapnp.c 2007-06-03 21:09:15.580982000 +0900
+++ mips/drivers/ata/pata_isapnp.c 2007-06-03 21:13:57.362592250 +0900
@@ -77,7 +77,6 @@ static int isapnp_init_one(struct pnp_de
struct ata_host *host;
struct ata_port *ap;
void __iomem *cmd_addr, *ctl_addr;
- int rc;
if (pnp_port_valid(idev, 0) == 0)
return -ENODEV;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] remove unused variable in pata_isapnp
2007-06-05 13:33 [PATCH] remove unused variable in pata_isapnp Yoichi Yuasa
@ 2007-06-10 2:41 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-06-10 2:41 UTC (permalink / raw)
To: Yoichi Yuasa; +Cc: linux-ide
Yoichi Yuasa wrote:
> Hi,
>
> This patch has removed unused variable in pata_ispnp.
>
> Yoichi
>
> Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
applied
For the future, please put anything that should not be copied into the
permanent kernel changelog following a "---" separator, as described in
Documentation/SubmittingPatches. "Hi," and "Yoichi" had to be
hand-edited out of your patch, before it was merged via automatic patch
application scripts.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-06-10 2:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-05 13:33 [PATCH] remove unused variable in pata_isapnp Yoichi Yuasa
2007-06-10 2:41 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).