Re: [PATCH] Input: atmel_mxt_ts - fix build error in mxt_read_t9_resolution

2014-05-26 Thread Dmitry Torokhov
On Tue, May 20, 2014 at 10:26:51AM +0100, Nick Dyer wrote: > Stephen Rothwell reports this build error: > > drivers/input/touchscreen/atmel_mxt_ts.c: In function > 'mxt_read_t9_resolution': > drivers/input/touchscreen/atmel_mxt_ts.c:1043:2: warning: passing argument 1 > of '__swab16s' makes

Re: [PATCH] Input: atmel_mxt_ts - fix build error in mxt_read_t9_resolution

2014-05-26 Thread Dmitry Torokhov
On Tue, May 20, 2014 at 10:26:51AM +0100, Nick Dyer wrote: Stephen Rothwell reports this build error: drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_read_t9_resolution': drivers/input/touchscreen/atmel_mxt_ts.c:1043:2: warning: passing argument 1 of '__swab16s' makes pointer

[PATCH] Input: atmel_mxt_ts - fix build error in mxt_read_t9_resolution

2014-05-20 Thread nick . dyer
From: Nick Dyer Stephen Rothwell reports this build error: drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_read_t9_resolution': drivers/input/touchscreen/atmel_mxt_ts.c:1043:2: warning: passing argument 1 of '__swab16s' makes pointer from integer without a cast [enabled by default]

[PATCH] Input: atmel_mxt_ts - fix build error in mxt_read_t9_resolution

2014-05-20 Thread nick . dyer
From: Nick Dyer nick.d...@itdev.co.uk Stephen Rothwell reports this build error: drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_read_t9_resolution': drivers/input/touchscreen/atmel_mxt_ts.c:1043:2: warning: passing argument 1 of '__swab16s' makes pointer from integer without a cast