On 03/14/2014 06:25 AM, Lad, Prabhakar wrote: > From: "Lad, Prabhakar" <[email protected]> > > this patch fixes following build warning > drivers/media/platform/davinci/vpbe_display.c: In function > 'vpbe_start_streaming': > drivers/media/platform/davinci/vpbe_display.c:344: warning: unused variable > 'vpbe_dev' > > Signed-off-by: Lad, Prabhakar <[email protected]>
Acked-by: Hans Verkuil <[email protected]> Thanks! Hans > --- > drivers/media/platform/davinci/vpbe_display.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/media/platform/davinci/vpbe_display.c > b/drivers/media/platform/davinci/vpbe_display.c > index 7a0e40e..b4f12d0 100644 > --- a/drivers/media/platform/davinci/vpbe_display.c > +++ b/drivers/media/platform/davinci/vpbe_display.c > @@ -341,7 +341,6 @@ static int vpbe_start_streaming(struct vb2_queue *vq, > unsigned int count) > { > struct vpbe_fh *fh = vb2_get_drv_priv(vq); > struct vpbe_layer *layer = fh->layer; > - struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; > int ret; > > /* Get the next frame from the buffer queue */ > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

