Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1fbef470 authored by Brian Norris's avatar Brian Norris
Browse files

mtd: mtdswap: remove unused variables 'dev' and 'gd'



This was changed recently (commit e8e3edb9 ("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: default avatarBrian Norris <computersforpeace@gmail.com>
parent e8e3edb9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1313,9 +1313,6 @@ static const struct file_operations mtdswap_fops = {

static int mtdswap_add_debugfs(struct mtdswap_dev *d)
{
	struct gendisk *gd = d->mbd_dev->disk;
	struct device *dev = disk_to_dev(gd);

	struct dentry *root = d->mtd->dbg.dfs_dir;
	struct dentry *dent;