]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/usb/host/ehci-sched.c
USB: reorganize urb->status use in ehci-hcd
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 24 Aug 2007 19:40:19 +0000 (15:40 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Oct 2007 21:55:21 +0000 (14:55 -0700)
commit14c04c0f88f228fee1f412be91d6edcb935c78aa
treeaf635fda5cab3d0559326976dc818cd34c7f53bd
parent4d2f110c51eec853c50f68cf068888a77551c8d3
USB: reorganize urb->status use in ehci-hcd

This patch (as974) reorganizes the way ehci-hcd sets urb->status.  It
now keeps the information in a local variable until the last moment.

The patch also simplifies the handling of -EREMOTEIO, since the only
use of that code is to set the do_status flag.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
CC: David Brownell <david-b@pacbell.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ehci-q.c
drivers/usb/host/ehci-sched.c