Commit 80d4b416 authored by Grant Likely's avatar Grant Likely Committed by Linus Torvalds

mpc52xx-ata: fix compile warning (unused variable)

Trivial unused variable fix
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 86a2249d
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment