Re: [PATCH] net: phy: spi_ks8995: clean up ks8995_registers_read/write

2015-07-30 Thread David Miller
From: Vladimir Zapolskiy v...@mleia.com Date: Thu, 30 Jul 2015 00:44:20 +0300 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 v...@mleia.com Applied to net-next, thanks. -- To

[PATCH] net: phy: spi_ks8995: clean up ks8995_registers_read/write

2015-07-29 Thread Vladimir Zapolskiy
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 v...@mleia.com --- drivers/net/phy/spi_ks8995.c | 22 -- 1 file changed, 22 deletions(-) diff --git