mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/1] USB: remove compile warning on gadget/inode.c
@ 2012-03-22 17:42 Michael BRIGHT
  2012-04-11  9:41 ` Felipe Balbi
  0 siblings, 1 reply; 2+ messages in thread
From: Michael BRIGHT @ 2012-03-22 17:42 UTC (permalink / raw)
  To: balbi, gregkh, linux-usb, linux-kernel; +Cc: Michael BRIGHT

Removed unused "restart:" label, which was causing compiler warning.

Signed-off-by: Michael BRIGHT <mjbrightfr+git-kernel@gmail.com>
---
 drivers/usb/gadget/inode.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/gadget/inode.c b/drivers/usb/gadget/inode.c
index 8793f32..e58b164 100644
--- a/drivers/usb/gadget/inode.c
+++ b/drivers/usb/gadget/inode.c
@@ -1574,7 +1574,6 @@ static void destroy_ep_files (struct dev_data *dev)
 	DBG (dev, "%s %d\n", __func__, dev->state);
 
 	/* dev->state must prevent interference */
-restart:
 	spin_lock_irq (&dev->lock);
 	while (!list_empty(&dev->epfiles)) {
 		struct ep_data	*ep;
-- 
1.7.9.1


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

* Re: [PATCH 1/1] USB: remove compile warning on gadget/inode.c
  2012-03-22 17:42 [PATCH 1/1] USB: remove compile warning on gadget/inode.c Michael BRIGHT
@ 2012-04-11  9:41 ` Felipe Balbi
  0 siblings, 0 replies; 2+ messages in thread
From: Felipe Balbi @ 2012-04-11  9:41 UTC (permalink / raw)
  To: Michael BRIGHT; +Cc: balbi, gregkh, linux-usb, linux-kernel, Michael BRIGHT

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]

On Thu, Mar 22, 2012 at 06:42:52PM +0100, Michael BRIGHT wrote:
> Removed unused "restart:" label, which was causing compiler warning.
> 
> Signed-off-by: Michael BRIGHT <mjbrightfr+git-kernel@gmail.com>

applied, thanks

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2012-04-11  9:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-22 17:42 [PATCH 1/1] USB: remove compile warning on gadget/inode.c Michael BRIGHT
2012-04-11  9:41 ` Felipe Balbi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome