eeprom: ee1004: Remove not needed check in ee1004_read
authorHeiner Kallweit <hkallweit1@gmail.com>
Mon, 24 May 2021 20:09:49 +0000 (22:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 May 2021 12:49:39 +0000 (14:49 +0200)
commit7abdadfcf19a385b6f8ffea75457074240a9536f
tree9bf64795d45cc2f91f70251923fcef5863235a1d
parent7adbd54fb23b38fd7bc28f679445ae93d3846c40
eeprom: ee1004: Remove not needed check in ee1004_read

sysfs_kf_bin_read() checks this for us already. In addition
the function works correctly also w/o this check.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://lore.kernel.org/r/33889bff-3614-4b73-5010-701635e1edab@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/eeprom/ee1004.c