Found 3 matching messages (0.224 seconds). Page 1 of 1.
With current git tree I get an build error for et61x251, if V4L1_COMPAT is not selected: drivers/media/video/et61x251/et61x251_core.c: In et61x251_show_: drivers/media/video/et61x251/et61x251_core.c:718: error: implicit ...
linux-kernel - aherrman - Sep 13 2007 - 08:36
... @arcor.de wrote: > With current git tree I get an build error > for et61x251, if V4L1_COMPAT is not selected: > > ... can, please fix it by replacing to_video_device() with container_of() instead: cam = video_get_drvdata(container_of(cd, struct ...
linux-kernel - Luca Risolia - Sep 13 2007 - 11:07
... @arcor.de wrote: > > With current git tree I get an build error > > for et61x251, if V4L1_COMPAT is not selected: > > ... , please fix it by > replacing to_video_device() with container_of() instead: > > cam = video_get_drvdata(container_of(cd, ...
linux-kernel - aherrman - Sep 13 2007 - 18:06