libata: Remove FIXME comment in atapi_eh_request_sense
authorNicholas Krause <xerofoify@gmail.com>
Wed, 7 Jan 2015 05:44:52 +0000 (00:44 -0500)
committerTejun Heo <tj@kernel.org>
Wed, 7 Jan 2015 15:07:20 +0000 (10:07 -0500)
commit9d9acda9ba956a5d37e61e0ce6c579a67610bd05
treec4834dbe0b8612283a6e813f85d8d331c6b42c16
parenta3a84bc7c885eee954f1971c43e36a3587fbf565
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>
drivers/ata/libata-eh.c