diff options
| author | Shaun Silk <g0del@bigpond.com> | 2011-09-26 11:26:43 +1000 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-09-26 15:49:42 -0700 |
| commit | 5023829969f56b78a16da94f34c605bbbb344018 (patch) | |
| tree | 6aef085f6483c2100d688ddba2bf663d6f90388e /drivers | |
| parent | EHCI : introduce a common ehci_setup (diff) | |
| download | linux-5023829969f56b78a16da94f34c605bbbb344018.tar.gz linux-5023829969f56b78a16da94f34c605bbbb344018.zip | |
USB: gadget: u_serial.c: fixed a brace coding style issue
Signed-off-by: Shaun Silk <g0del@bigpond.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/gadget/u_serial.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/gadget/u_serial.c b/drivers/usb/gadget/u_serial.c index a8aa46962d81..3a4a664bab44 100644 --- 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 |
