rtc: tx4939: clean up tx4939_rtc_nvram_read()/tx4939_rtc_nvram_write()
authorVladimir Zapolskiy <vz@mleia.com>
Sun, 26 Jul 2015 21:48:36 +0000 (00:48 +0300)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sat, 5 Sep 2015 11:19:10 +0000 (13:19 +0200)
commit824625d3926f0caf4753426d2b24a8fc08a406c8
treeb5b9fa72fb65f28464c007243ab3759648f85e36
parentecc663c3d0dc181fd15e4d60753024d180fd7e8f
rtc: tx4939: clean up tx4939_rtc_nvram_read()/tx4939_rtc_nvram_write()

The change removes redundant sysfs binary file boundary checks, 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: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-tx4939.c