]> git.karo-electronics.de Git - karo-tx-linux.git/commit
uas: cmdinfo: use only one list head
authorHans de Goede <hdegoede@redhat.com>
Tue, 12 Nov 2013 13:02:12 +0000 (14:02 +0100)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Tue, 4 Mar 2014 23:38:23 +0000 (15:38 -0800)
commit040d1a8f11f390f36a8cd7fc04c0c836639b0b6a
tree1457f1b4ace1507527d6f99a45bc205788e0b4e7
parentda3033ea08397fb70279f22789002e6001432f3d
uas: cmdinfo: use only one list head

cmds are either on the inflight list or on the dead list, never both, so
we only need one list head.

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