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

2012-07-28 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

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

2012-07-28 Thread Chandrabhanu Mahapatra
From: Leed Aguilar leed.agui...@ti.com 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 leed.agui...@ti.com Signed-off-by: Chandrabhanu Mahapatra cmahapa...@ti.com --- drivers/gpio/gpio-pca953x.c |