Re: [RFC/PATCH v3 2/7] v4l: subdev: Don't require core operations

2010-08-04 Thread Hans Verkuil
On Monday 12 July 2010 17:25:47 Laurent Pinchart wrote: > There's no reason to require subdevices to implement the core > operations. Remove the check for non-NULL core operations when > initializing the subdev. > > Signed-off-by: Laurent Pinchart Acked-by: Hans Verkuil > --- > include/media/

[RFC/PATCH v3 2/7] v4l: subdev: Don't require core operations

2010-07-12 Thread Laurent Pinchart
There's no reason to require subdevices to implement the core operations. Remove the check for non-NULL core operations when initializing the subdev. Signed-off-by: Laurent Pinchart --- include/media/v4l2-subdev.h |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/include