Re: [PATCH 1/8] misc: cxl: clean up afu_read_config()

2015-08-05 Thread Michael Neuling
On Mon, 2015-07-27 at 00:18 +0300, Vladimir Zapolskiy wrote: > The sanity checks for overflow are not needed, because this is done on > caller side in fs/sysfs/file.c > > Signed-off-by: Vladimir Zapolskiy > Cc: linuxppc-...@lists.ozlabs.org > Cc: Ian Munsie > Cc: Michael Neuling Acked-by: Mich

Re: [PATCH 1/8] misc: cxl: clean up afu_read_config()

2015-07-26 Thread Daniel Axtens
Hi, Reviewed-by: Daniel Axtens FWIW, Ian is on leave for 2 weeks and Mikey for 1 week. However, as one of the other CXL developers I'm very happy for this patch to go in. Regards, Daniel On Mon, 2015-07-27 at 00:18 +0300, Vladimir Zapolskiy wrote: > The sanity checks for overflow are not neede

[PATCH 1/8] misc: cxl: clean up afu_read_config()

2015-07-26 Thread Vladimir Zapolskiy
The sanity checks for overflow are not needed, because this is done on caller side in fs/sysfs/file.c Signed-off-by: Vladimir Zapolskiy Cc: linuxppc-...@lists.ozlabs.org Cc: Ian Munsie Cc: Michael Neuling --- drivers/misc/cxl/sysfs.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-)