Re: [PATCH] power: lp8788: use PAGE_SIZE for the sysfs read operation

2013-03-31 Thread Anton Vorontsov
On Fri, Mar 15, 2013 at 12:19:29AM +, Kim, Milo wrote: > The sysfs allocates PAGE_SIZE. It is used by each R/W operation method. > Use it instead of another buffer size. > > Signed-off-by: Milo(Woogyom) Kim > --- Applied, thanks! Anton -- To unsubscribe from this list: send the line "unsubs

[PATCH] power: lp8788: use PAGE_SIZE for the sysfs read operation

2013-03-14 Thread Kim, Milo
The sysfs allocates PAGE_SIZE. It is used by each R/W operation method. Use it instead of another buffer size. Signed-off-by: Milo(Woogyom) Kim --- drivers/power/lp8788-charger.c |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/power/lp8788-charger.c b/drive