OSDN Git Service

staging/easycap: Avoid compiler warning about frame size ... larger than ...
authorMike Thomas <rmthomas@sciolus.org>
Sun, 7 Nov 2010 20:07:12 +0000 (20:07 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 10 Nov 2010 00:31:15 +0000 (16:31 -0800)
commit2a87a0b9220f8e0e6f204b0f61dc6e15ad64ccd4
tree9f0b009032f8a3c3a8efc253adcdcf6d05377f43
parent94155cf4195bb3be0068481dc21e8688eda2e051
staging/easycap: Avoid compiler warning about frame size ... larger than ...

Replacing some of the large automatic variables by dynamically allocated
variables in the IOCTL routines gets rid of the compiler warning.

Signed-off-by: Mike Thomas <rmthomas@sciolus.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/easycap/easycap_ioctl.c