linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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

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).