projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2093c6b
)
USB: gadget: u_serial.c: fixed a brace coding style issue
author
Shaun Silk
<g0del@bigpond.com>
Mon, 26 Sep 2011 01:26:43 +0000
(11:26 +1000)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 26 Sep 2011 22:49:42 +0000
(15:49 -0700)
Signed-off-by: Shaun Silk <g0del@bigpond.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/u_serial.c
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/u_serial.c
b/drivers/usb/gadget/u_serial.c
index
a8aa469
..
3a4a664
100644
(file)
--- a/
drivers/usb/gadget/u_serial.c
+++ b/
drivers/usb/gadget/u_serial.c
@@
-552,9
+552,8
@@
recycle:
/* Push from tty to ldisc; without low_latency set this is handled by
* a workqueue, so we won't get callbacks and can hold port_lock
*/
- if (tty && do_push)
{
+ if (tty && do_push)
tty_flip_buffer_push(tty);
- }
/* We want our data queue to become empty ASAP, keeping data