uas: uas_alloc_data_urb: Remove unnecessary use_streams check
authorHans de Goede <hdegoede@redhat.com>
Tue, 12 Nov 2013 09:53:57 +0000 (10:53 +0100)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Tue, 4 Mar 2014 23:38:21 +0000 (15:38 -0800)
commitc6d4579d4ba24c494d03daf656cd2ff2a9e683c6
tree6aa3ec47f9fa51a577c1615372b56014563c7f89
parentf323abcda35ea4bae851c9be8f115ee45cc9cf22
uas: uas_alloc_data_urb: Remove unnecessary use_streams check

uas_alloc_data_urb always gets called with a stream_id value of 0 when not
using streams. Removing the check makes it consistent with uas_alloc_sense_urb.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
drivers/usb/storage/uas.c