]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
uas: Drop COMMAND_COMPLETED flag
authorHans de Goede <hdegoede@redhat.com>
Sat, 13 Sep 2014 10:26:46 +0000 (12:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Sep 2014 04:42:12 +0000 (21:42 -0700)
commiteb7d664ae459114cbbee8ecef17f90b9c71d994c
tree136c404ff709e98c192a044b98d7b8334b255412
parent6dcd8ec24052fefb7faee80b6ccc8ada860e33d7
uas: Drop COMMAND_COMPLETED flag

It was only used to sanity check against completing the same cmnd twice,
but that is the case we're likely operating on free-ed memory, and doing
sanity checks on free-ed memory is not really helpful.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/storage/uas.c