mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-06 05:02:31 +00:00
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:
parent
86a2249d69
commit
80d4b4169e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user