misc: eeprom: max6875: clean up max6875_read()
authorVladimir Zapolskiy <vz@mleia.com>
Sun, 26 Jul 2015 21:18:50 +0000 (00:18 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Aug 2015 20:53:40 +0000 (13:53 -0700)
commit2664e0386e813158b599a73164f8f7ddb2b0eb6d
tree302dd1a1c76a393f4b8bfd826208bd02852d20c9
parent79dedbddd0eea471d78ef82eb7c42b8fb1bdef65
misc: eeprom: max6875: clean up max6875_read()

The change removes redundant sysfs binary file boundary check, since
this task is already done on caller side in fs/sysfs/file.c

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/eeprom/max6875.c