V4L/DVB (10932): zoran: Don't frighten users with failed buffer allocation
authorJean Delvare <khali@linux-fr.org>
Wed, 11 Mar 2009 02:28:20 +0000 (23:28 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:17 +0000 (12:43 -0300)
commitee9a9d661d96e29d93859d20125bc7e4cc75309b
treeb234c4d7e1c8a442345edbdd30eade28dcd764f3
parent4dbf46a0485a5b0704e1c4b55a173128fbaedec9
V4L/DVB (10932): zoran: Don't frighten users with failed buffer allocation

kmalloc() can fail for large video buffers. By default the kernel
complains loudly about allocation failures, but we don't want to
frighten the user, so ask kmalloc() to keep quiet on such failures.

Cc: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/zoran/zoran_driver.c