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>
This commit is contained in:
Grant Likely 2007-10-13 22:36:57 -06:00 committed by Linus Torvalds
parent 86a2249d69
commit 80d4b4169e
1 changed files with 0 additions and 1 deletions

View File

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