* [PATCH 1/1] input: remove unnecessary break after goto
@ 2014-07-08 16:37 Fabian Frederick
2014-07-20 20:43 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: Fabian Frederick @ 2014-07-08 16:37 UTC (permalink / raw)
To: linux-kernel
Cc: Fabian Frederick, Dmitry Torokhov, Paul Gortmaker, linux-input
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: linux-input@vger.kernel.org
Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
drivers/input/misc/keyspan_remote.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/input/misc/keyspan_remote.c b/drivers/input/misc/keyspan_remote.c
index 01f3b5b..a3fe4a9 100644
--- a/drivers/input/misc/keyspan_remote.c
+++ b/drivers/input/misc/keyspan_remote.c
@@ -392,7 +392,6 @@ static void keyspan_irq_recv(struct urb *urb)
default:
goto resubmit;
- break;
}
if (debug)
--
1.8.4.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] input: remove unnecessary break after goto
2014-07-08 16:37 [PATCH 1/1] input: remove unnecessary break after goto Fabian Frederick
@ 2014-07-20 20:43 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2014-07-20 20:43 UTC (permalink / raw)
To: Fabian Frederick; +Cc: linux-kernel, Paul Gortmaker, linux-input
On Tue, Jul 08, 2014 at 06:37:36PM +0200, Fabian Frederick wrote:
> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
> Cc: linux-input@vger.kernel.org
> Signed-off-by: Fabian Frederick <fabf@skynet.be>
Applied, thank you.
> ---
> drivers/input/misc/keyspan_remote.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/input/misc/keyspan_remote.c b/drivers/input/misc/keyspan_remote.c
> index 01f3b5b..a3fe4a9 100644
> --- a/drivers/input/misc/keyspan_remote.c
> +++ b/drivers/input/misc/keyspan_remote.c
> @@ -392,7 +392,6 @@ static void keyspan_irq_recv(struct urb *urb)
>
> default:
> goto resubmit;
> - break;
> }
>
> if (debug)
> --
> 1.8.4.5
>
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-20 20:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-08 16:37 [PATCH 1/1] input: remove unnecessary break after goto Fabian Frederick
2014-07-20 20:43 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).