Em 17-10-2010 18:14, Hans Verkuil escreveu: > On Sunday, October 17, 2010 21:28:29 Mauro Carvalho Chehab wrote: >> This is an automatic generated email to let you know that the following patch were queued at the >> http://git.linuxtv.org/media_tree.git tree: >> >> Subject: [media] Add driver for Siliconfile SR030PC30 VGA camera >> Author: Sylwester Nawrocki <s.nawrocki@xxxxxxxxxxx> >> Date: Mon Oct 11 13:33:57 2010 -0300 >> >> Add an I2C/v4l2-subdev driver for Siliconfile SR030PC30 VGA >> camera sensor with Image Signal Processor. SR030PC30 is >> the low resolution camera sensor on Samsung Aquila boards. >> >> Signed-off-by: Sylwester Nawrocki <s.nawrocki@xxxxxxxxxxx> >> Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> >> Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx> >> >> drivers/media/video/Kconfig | 6 + >> drivers/media/video/Makefile | 1 + >> drivers/media/video/sr030pc30.c | 893 +++++++++++++++++++++++++++++++++++++++ >> include/media/sr030pc30.h | 21 + >> 4 files changed, 921 insertions(+), 0 deletions(-) > > It fails to compile with this error: > > drivers/media/video/sr030pc30.c: In function âsr030pc30_probeâ: > drivers/media/video/sr030pc30.c:834: error: implicit declaration of function âkzallocâ > drivers/media/video/sr030pc30.c:834: warning: assignment makes pointer from integer without a cast > drivers/media/video/sr030pc30.c: In function âsr030pc30_removeâ: > drivers/media/video/sr030pc30.c:858: error: implicit declaration of function âkfreeâ Hmm... it is funny that the driver compiled well here, but failed for you... I've compiled it with allyesconfig. I got just some warnings... > > Here is the patch to fix this: Applied. Thanks for the fix! Thanks, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html