Re: [PATCH 2/4] gpio/pca953x: increase variables size to support 24 bit of data

2012-07-11 Thread Linus Walleij
On Tue, Jul 10, 2012 at 3:35 PM, Chandrabhanu Mahapatra wrote: > From: Leed Aguilar > > Increase variable size from u16 to u32 to allocate 24 bit of data required for > the TCA6424 I/O expander device type. > > Signed-off-by: Leed Aguilar > Signed-off-by: Chandrabhanu Mahapatra Looks good. A

[PATCH 2/4] gpio/pca953x: increase variables size to support 24 bit of data

2012-07-10 Thread Chandrabhanu Mahapatra
From: Leed Aguilar Increase variable size from u16 to u32 to allocate 24 bit of data required for the TCA6424 I/O expander device type. Signed-off-by: Leed Aguilar Signed-off-by: Chandrabhanu Mahapatra --- drivers/gpio/gpio-pca953x.c | 28 ++-- 1 file changed, 14 ins