projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff236f7
)
Bluetooth: Removal of unused variable in btmrvl driver
author
Rahul Tank
<rahult@marvell.com>
Tue, 29 Sep 2009 02:43:35 +0000
(19:43 -0700)
committer
Marcel 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
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/btmrvl_debugfs.c
b/drivers/bluetooth/btmrvl_debugfs.c
index
4617bd1
..
d43b5cb
100644
(file)
--- 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;