commit | eb7d664ae459114cbbee8ecef17f90b9c71d994c | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sat Sep 13 12:26:46 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 23 21:42:12 2014 -0700 |
tree | 136c404ff709e98c192a044b98d7b8334b255412 | |
parent | 6dcd8ec24052fefb7faee80b6ccc8ada860e33d7 [diff] |
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>