Browse Source

mpc52xx-ata: fix compile warning (unused variable)

Trivial unused variable fix

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Grant Likely 17 years ago
parent
commit
80d4b4169e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/ata/pata_mpc52xx.c

+ 0 - 1
drivers/ata/pata_mpc52xx.c

@@ -308,7 +308,6 @@ mpc52xx_ata_init_one(struct device *dev, struct mpc52xx_ata_priv *priv,
 	struct ata_host *host;
 	struct ata_port *ap;
 	struct ata_ioports *aio;
-	int rc;
 
 	host = ata_host_alloc(dev, 1);
 	if (!host)