aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci.h
diff options
context:
space:
mode:
authorAlan Stern <stern@rowland.harvard.edu>2013-09-03 13:58:59 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-09-17 09:49:24 -0700
commite4e18cbd52c8efb0d73a66d0598dc887c0feefb7 (patch)
treecfccd558a8a8ec613d43bdd3b0d691449a458ea5 /drivers/usb/host/ehci.h
parentUSB: see if URB comes from a completion handler (diff)
downloadlinux-dev-e4e18cbd52c8efb0d73a66d0598dc887c0feefb7.tar.xz
linux-dev-e4e18cbd52c8efb0d73a66d0598dc887c0feefb7.zip
USB: EHCI: code rearrangement in iso_stream_schedule()
This patch interchanges the "if" and "else" branches of the big "if" statement in iso_stream_schedule(), in preparation for the next patch in this series. That is, it changes if (likely(!...)) { A } else { B } to if (unlikely(...)) { B } else { A } Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ehci.h')
0 files changed, 0 insertions, 0 deletions