]> asedeno.scripts.mit.edu Git - linux.git/commit
misc: eeprom: at24: clean up at24_bin_write()
authorVladimir Zapolskiy <vz@mleia.com>
Sun, 26 Jul 2015 21:18:51 +0000 (00:18 +0300)
committerWolfram Sang <wsa@the-dreams.de>
Fri, 31 Jul 2015 11:32:31 +0000 (13:32 +0200)
commitd12c0aaf3780c5b26b4ea9e795252381f586c063
tree095687e2618711602ab7df56c53f9acd1d7495c5
parent1f023297f7f77d434ecc221018d2e181eac0ae36
misc: eeprom: at24: clean up at24_bin_write()

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: Wolfram Sang <wsa@the-dreams.de>
drivers/misc/eeprom/at24.c