[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20111118225316.GA5697@mail.gnudd.com>
Date: Fri, 18 Nov 2011 23:53:16 +0100
From: Alessandro Rubini <rubini@...dd.com>
To: greg@...ah.com
Cc: gregkh@...e.de, linux-kernel@...r.kernel.org,
giancarlo.asnaghi@...com, balbi@...com,
broonie@...nsource.wolfsonmicro.com
Subject: [PATCH] usb: dwc3: fix a warning
The previous patch left an unused variable, I apologize.
Signed-off-by: Alessandro Rubini <rubini@...dd.com>
---
drivers/usb/dwc3/debugfs.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/dwc3/debugfs.c b/drivers/usb/dwc3/debugfs.c
index d9e7a26..fcfa915 100644
--- a/drivers/usb/dwc3/debugfs.c
+++ b/drivers/usb/dwc3/debugfs.c
@@ -377,7 +377,6 @@ static const struct debugfs_reg32 dwc3_regs[] = {
static int dwc3_regdump_show(struct seq_file *s, void *unused)
{
struct dwc3 *dwc = s->private;
- int i;
seq_printf(s, "DesignWare USB3 Core Register Dump\n");
debugfs_print_regs32(s, dwc3_regs, ARRAY_SIZE(dwc3_regs),
--
1.5.6.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists