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

Commit b3cf652a authored by Rahul Tank's avatar Rahul Tank Committed by Marcel Holtmann
Browse files

Bluetooth: Removal of unused variable in btmrvl driver



This patch removes unused variable "drvdbg" from btmrvl_debugfs_data
structure.

Signed-off-by: default avatarRahul Tank <rahult@marvell.com>
Signed-off-by: default avatarBing Zhao <bzhao@marvell.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent ff236f7a
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -29,7 +29,6 @@ struct btmrvl_debugfs_data {
	struct dentry *root_dir, *config_dir, *status_dir;
	struct dentry *root_dir, *config_dir, *status_dir;


	/* config */
	/* config */
	struct dentry *drvdbg;
	struct dentry *psmode;
	struct dentry *psmode;
	struct dentry *pscmd;
	struct dentry *pscmd;
	struct dentry *hsmode;
	struct dentry *hsmode;