aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/spear_smi.c
diff options
context:
space:
mode:
authorzhengbin <zhengbin13@huawei.com>2019-09-03 10:52:29 +0800
committerMiquel Raynal <miquel.raynal@bootlin.com>2019-10-08 19:13:30 +0200
commitafa173746905f497ab01a658df96a525dfc0e8e4 (patch)
tree46ab1c4d385d637b179fb808383e874bd5c3990d /drivers/mtd/devices/spear_smi.c
parentmtd: Remove dev_err() usage after platform_get_irq() (diff)
downloadlinux-dev-afa173746905f497ab01a658df96a525dfc0e8e4.tar.xz
linux-dev-afa173746905f497ab01a658df96a525dfc0e8e4.zip
mtd: spear_smi: remove set but not used variable 'flash_info'
Fixes gcc '-Wunused-but-set-variable' warning: drivers/mtd/devices/spear_smi.c: In function spear_smi_probe_config_dt: drivers/mtd/devices/spear_smi.c:780:32: warning: variable flash_info set but not used [-Wunused-but-set-variable] It is not used since commit 6551ab5d30d6 ("mtd: add device-tree support to spear_smi") Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: zhengbin <zhengbin13@huawei.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to '')
-rw-r--r--drivers/mtd/devices/spear_smi.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mtd/devices/spear_smi.c b/drivers/mtd/devices/spear_smi.c
index 7f6f6f1d965f..3241477c41dc 100644
--- a/drivers/mtd/devices/spear_smi.c
+++ b/drivers/mtd/devices/spear_smi.c
@@ -777,9 +777,6 @@ static int spear_smi_probe_config_dt(struct platform_device *pdev,
/* Fill structs for each subnode (flash device) */
while ((pp = of_get_next_child(np, pp))) {
- struct spear_smi_flash_info *flash_info;
-
- flash_info = &pdata->board_flash_info[i];
pdata->np[i] = pp;
/* Read base-addr and size from DT */