]> git.karo-electronics.de Git - linux-beck.git/commit
usb: host: ehci-sched: remove useless else branch
authorGeyslan G. Bem <geyslan@gmail.com>
Tue, 26 Jan 2016 01:45:15 +0000 (22:45 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 21:44:05 +0000 (13:44 -0800)
commit2fee2fed78cb8952982ffc22cbdcf8e6327c1407
tree6b741509b9ff7306cb107b2ac7e5c2babed9c1b0
parentee906470618fcc03f4ae94334f600ee4d3e67b20
usb: host: ehci-sched: remove useless else branch

This patch removes an useless else branch after a break, reducing one
indent block.

Tested by compilation only.
Caught by checkpatch.

Signed-off-by: Geyslan G. Bem <geyslan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-sched.c