OSDN Git Service

mtd: mtdswap: remove unused variables 'dev' and 'gd'
authorBrian Norris <computersforpeace@gmail.com>
Tue, 25 Jul 2017 00:00:46 +0000 (17:00 -0700)
committerBrian Norris <computersforpeace@gmail.com>
Tue, 25 Jul 2017 00:04:33 +0000 (17:04 -0700)
commit1fbef470f3691a4a8afc4937c4ad1901e42901c4
tree7aa6591d5ea883c187ba66a9b6f4064aa4ff0bea
parente8e3edb95ce6a146bc774b6cfad3553f4383edc8
mtd: mtdswap: remove unused variables 'dev' and 'gd'

This was changed recently (commit e8e3edb95ce6 ("mtd: create per-device
and module-scope debugfs entries")) and some compilers are complaining:

   drivers//mtd/mtdswap.c: In function 'mtdswap_add_debugfs':
>> drivers//mtd/mtdswap.c:1317: warning: unused variable 'dev'

And once we kill 'dev', 'gd' is also unused.

Cc: Mario J. Rugiero <mrugiero@gmail.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/mtdswap.c