Skip to content

Commit

Permalink
mpc52xx-ata: fix compile warning (unused variable)
Browse files Browse the repository at this point in the history
Trivial unused variable fix

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Grant Likely authored and Linus Torvalds committed Oct 14, 2007
1 parent 86a2249 commit 80d4b41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/ata/pata_mpc52xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 80d4b41

Please sign in to comment.