2009-09-29 02:43:35

by Bing Zhao

[permalink] [raw]
Subject: [PATCH] Bluetooth: Removal of unused variable in btmrvl driver

From: Rahul Tank <[email protected]>

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

Signed-off-by: Rahul Tank <[email protected]>
Signed-off-by: Bing Zhao <[email protected]>
---
drivers/bluetooth/btmrvl_debugfs.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/bluetooth/btmrvl_debugfs.c b/drivers/bluetooth/btmrvl_debugfs.c
index 4617bd1..d43b5cb 100644
--- a/drivers/bluetooth/btmrvl_debugfs.c
+++ b/drivers/bluetooth/btmrvl_debugfs.c
@@ -29,7 +29,6 @@ struct btmrvl_debugfs_data {
struct dentry *root_dir, *config_dir, *status_dir;

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



2009-09-29 05:01:43

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [PATCH] Bluetooth: Removal of unused variable in btmrvl driver

Hi Bing,

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

looks good. Applied it to my tree.

Regards

Marcel