commit | 2ba520f0cd65c2e688f8beb495bb6634a61ee17b | [log] [tgz] |
---|---|---|
author | Nicholas Krause <xerofoify@gmail.com> | Tue Dec 02 17:09:02 2014 -0500 |
committer | Tejun Heo <tj@kernel.org> | Thu Dec 04 12:58:50 2014 -0500 |
tree | 1c9b59df00724ec948e644fcb972d214df295cb8 | |
parent | 598e9a9005ef3ad7540227c9161f7cfbdccd0dbe [diff] |
libata: Remove FIXME comment in atapi_request_sense() Remove the FIXME comment in atapi_request_sense() asking whether memset of sense buffer is necessary. The buffer may be partially or fully filled by the device. We want it to be cleared. tj: Updated description. Signed-off-by: Nicholas Krause <xerofoify@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>