Hi William, On Wed, 20 May 2015, William Towle wrote: > Fill in bus_info field and zero reserved field. > > Signed-off-by: Rob Taylor <rob.taylor@xxxxxxxxxxxxxxx> If you're the author and the submitter of this patch, why is Rob's Sob here needed? Or is he the author? Thanks Guennadi > Reviewed-by: William Towle <william.towle@xxxxxxxxxxxxxxx> > --- > drivers/media/platform/soc_camera/soc_camera.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/media/platform/soc_camera/soc_camera.c b/drivers/media/platform/soc_camera/soc_camera.c > index fd7497e..583c5e6 100644 > --- a/drivers/media/platform/soc_camera/soc_camera.c > +++ b/drivers/media/platform/soc_camera/soc_camera.c > @@ -954,6 +954,8 @@ static int soc_camera_querycap(struct file *file, void *priv, > WARN_ON(priv != file->private_data); > > strlcpy(cap->driver, ici->drv_name, sizeof(cap->driver)); > + strlcpy(cap->bus_info, "platform:soc_camera", sizeof(cap->bus_info)); > + memset(cap->reserved, 0, sizeof(cap->reserved)); > return ici->ops->querycap(ici, cap); > } > > -- > 1.7.10.4 > -- 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