linux-next: build warning after merge of the libata tree
From: Stephen Rothwell
Date: Mon Feb 12 2018 - 22:04:56 EST
Hi Tejun,
After merging the libata tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:
drivers/ata/sata_rcar.c: In function 'sata_rcar_init_controller':
drivers/ata/sata_rcar.c:821:16: warning: unused variable 'base' [-Wunused-variable]
void __iomem *base = priv->base;
^~~~
Introduced by commit
da77d76b95a0 ("sata_rcar: Reset SATA PHY when Salvator-X board resumes")
--
Cheers,
Stephen Rothwell