diff options
author | zhengbin <zhengbin13@huawei.com> | 2019-09-03 10:52:30 +0800 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2019-09-15 23:51:07 +0200 |
commit | 2cfcfadb8e1380938d6631cffa4fa567b13f52b2 (patch) | |
tree | 08a80343e513b97f36f7884ffa9bf6e6ca4445f8 /init | |
parent | 8a9485ff09088c67b70e4e38b1679c1b9bedb808 (diff) |
mtd: pmc551: Remove set but not used variable 'soff_lo'
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/mtd/devices/pmc551.c: In function pmc551_erase:
drivers/mtd/devices/pmc551.c:142:15: warning: variable soff_lo set but not used [-Wunused-but-set-variable]
drivers/mtd/devices/pmc551.c: In function pmc551_read:
drivers/mtd/devices/pmc551.c:232:15: warning: variable soff_lo set but not used [-Wunused-but-set-variable]
drivers/mtd/devices/pmc551.c: In function pmc551_write:
drivers/mtd/devices/pmc551.c:289:15: warning: variable soff_lo set but not used [-Wunused-but-set-variable]
It is not used since commit cdf0a7d16980 ("[MTD]
pmc551 whitespace cleanup")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions