All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: Removal of unused variable in btmrvl driver
@ 2009-09-29  2:43 Bing Zhao
  2009-09-29  5:01 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Bing Zhao @ 2009-09-29  2:43 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Bing Zhao, Rahul Tank

From: Rahul Tank <rahult@marvell.com>

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>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Bluetooth: Removal of unused variable in btmrvl driver
  2009-09-29  2:43 [PATCH] Bluetooth: Removal of unused variable in btmrvl driver Bing Zhao
@ 2009-09-29  5:01 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2009-09-29  5:01 UTC (permalink / raw)
  To: Bing Zhao; +Cc: linux-bluetooth, Rahul Tank

Hi Bing,

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

looks good. Applied it to my tree.

Regards

Marcel



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-29  5:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-29  2:43 [PATCH] Bluetooth: Removal of unused variable in btmrvl driver Bing Zhao
2009-09-29  5:01 ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.