commit | 9d9acda9ba956a5d37e61e0ce6c579a67610bd05 | [log] [tgz] |
---|---|---|
author | Nicholas Krause <xerofoify@gmail.com> | Wed Jan 07 00:44:52 2015 -0500 |
committer | Tejun Heo <tj@kernel.org> | Wed Jan 07 10:07:20 2015 -0500 |
tree | c4834dbe0b8612283a6e813f85d8d331c6b42c16 | |
parent | a3a84bc7c885eee954f1971c43e36a3587fbf565 [diff] |
libata: Remove FIXME comment in atapi_eh_request_sense Remove the FIXME comment in atapi_eh_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. Signed-off-by: Nicholas Krause <xerofoify@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>