commit | a3e8ab1b462d609147afb8df1291e54708593f15 | [log] [tgz] |
---|---|---|
author | Tom Yan <tom.ty89@gmail.com> | Thu Jul 07 01:13:08 2016 +0800 |
committer | Tejun Heo <tj@kernel.org> | Wed Jul 06 13:32:03 2016 -0400 |
tree | 5ddbc49c35267a1197e6ee1e1d68889ed22c9980 | |
parent | 3e70af86e52e9e9e8fe32027b0471a8da93b498e [diff] |
libata-scsi: do not respond with "invalid field" for FORMAT UNIT It does not make sense and is confusing to respond with "Invalid field in CDB" while we have no support at all implemented for FORMAT UNIT. It is decent to let it go to the default, which will respond with "Invalid command operation code" instead. Signed-off-by: Tom Yan <tom.ty89@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>