Re: [PATCH] em28xx: fix compiler warnings

2014-08-15 Thread Frank Schäfer
Am 09.08.2014 um 11:58 schrieb Hans Verkuil: On 08/07/2014 06:36 PM, Frank Schäfer wrote: Am 07.08.2014 um 08:45 schrieb Hans Verkuil: On 08/05/2014 05:18 PM, Frank Schäfer wrote: Hi Hans, Am 05.08.2014 um 09:00 schrieb Hans Verkuil: Fix three compiler warnings:

Re: [PATCH] em28xx: fix compiler warnings

2014-08-09 Thread Hans Verkuil
On 08/07/2014 06:36 PM, Frank Schäfer wrote: Am 07.08.2014 um 08:45 schrieb Hans Verkuil: On 08/05/2014 05:18 PM, Frank Schäfer wrote: Hi Hans, Am 05.08.2014 um 09:00 schrieb Hans Verkuil: Fix three compiler warnings: drivers/media/usb/em28xx/em28xx-input.c: In function

Re: [PATCH] em28xx: fix compiler warnings

2014-08-07 Thread Hans Verkuil
On 08/05/2014 05:18 PM, Frank Schäfer wrote: Hi Hans, Am 05.08.2014 um 09:00 schrieb Hans Verkuil: Fix three compiler warnings: drivers/media/usb/em28xx/em28xx-input.c: In function ‘em28xx_i2c_ir_handle_key’: drivers/media/usb/em28xx/em28xx-input.c:318:1: warning: the frame size of

Re: [PATCH] em28xx: fix compiler warnings

2014-08-07 Thread Frank Schäfer
Am 07.08.2014 um 08:45 schrieb Hans Verkuil: On 08/05/2014 05:18 PM, Frank Schäfer wrote: Hi Hans, Am 05.08.2014 um 09:00 schrieb Hans Verkuil: Fix three compiler warnings: drivers/media/usb/em28xx/em28xx-input.c: In function ‘em28xx_i2c_ir_handle_key’:

Re: [PATCH] em28xx: fix compiler warnings

2014-08-05 Thread Shuah Khan
On Tue, Aug 5, 2014 at 1:00 AM, Hans Verkuil hverk...@xs4all.nl wrote: Fix three compiler warnings: drivers/media/usb/em28xx/em28xx-input.c: In function ‘em28xx_i2c_ir_handle_key’: drivers/media/usb/em28xx/em28xx-input.c:318:1: warning: the frame size of 1096 bytes is larger than 1024

Re: [PATCH] em28xx: fix compiler warnings

2014-08-05 Thread Hans Verkuil
On 08/05/2014 03:57 PM, Shuah Khan wrote: On Tue, Aug 5, 2014 at 1:00 AM, Hans Verkuil hverk...@xs4all.nl wrote: Fix three compiler warnings: drivers/media/usb/em28xx/em28xx-input.c: In function ‘em28xx_i2c_ir_handle_key’: drivers/media/usb/em28xx/em28xx-input.c:318:1: warning: the frame

Re: [PATCH] em28xx: fix compiler warnings

2014-08-05 Thread Shuah Khan
On Tue, Aug 5, 2014 at 8:18 AM, Hans Verkuil hverk...@xs4all.nl wrote: On 08/05/2014 03:57 PM, Shuah Khan wrote: I'm not sure what you mean. It *was* a local variable, that was the problem. There are two option: one is to add it to the main struct, then other is to allocate and free it inside

Re: [PATCH] em28xx: fix compiler warnings

2014-08-05 Thread Frank Schäfer
Hi Hans, Am 05.08.2014 um 09:00 schrieb Hans Verkuil: Fix three compiler warnings: drivers/media/usb/em28xx/em28xx-input.c: In function ‘em28xx_i2c_ir_handle_key’: drivers/media/usb/em28xx/em28xx-input.c:318:1: warning: the frame size of 1096 bytes is larger than 1024 bytes