From: Hans de Goede Date: Thu, 17 Oct 2013 17:30:26 +0000 (+0200) Subject: uas: Urbs must be anchored before submitting them X-Git-Tag: v3.15-rc1~137^2~26^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5f808d3f88e90b13a4839e07b3dc6e715e2ba88;p=pandora-kernel.git uas: Urbs must be anchored before submitting them Otherwise they may complete before they get anchored and thus never get unanchored (as the unanchoring is done by the usb core on completion). This commit also remove the usb_get_urb / usb_put_urb around cmd submission + anchoring, since if done in the proper order this is not necessary. Signed-off-by: Hans de Goede Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed