]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Bluetooth: Removal of unused variable in btmrvl driver
authorRahul Tank <rahult@marvell.com>
Tue, 29 Sep 2009 02:43:35 +0000 (19:43 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Dec 2009 18:34:17 +0000 (19:34 +0100)
This patch removes unused variable "drvdbg" from btmrvl_debugfs_data
structure.

Signed-off-by: Rahul Tank <rahult@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btmrvl_debugfs.c

index 4617bd12f63bb953afe7fcde257907606c6a54f7..d43b5cb864ef86fcb70fe6aa6e678fa275a196e1 100644 (file)
@@ -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;