From: Kamil Debski Date: Fri, 9 Dec 2011 14:39:52 +0000 (-0300) Subject: [media] s5p-g2d: remove two unused variables from the G2D driver X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a16fa71d6b2f96cb483b82ffac07459ae0939c1d;p=linux-beck.git [media] s5p-g2d: remove two unused variables from the G2D driver Signed-off-by: Kamil Debski Signed-off-by: Kyungmin Park Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/s5p-g2d/g2d-hw.c b/drivers/media/video/s5p-g2d/g2d-hw.c index e5249f38ff71..39937cf03c88 100644 --- a/drivers/media/video/s5p-g2d/g2d-hw.c +++ b/drivers/media/video/s5p-g2d/g2d-hw.c @@ -27,7 +27,6 @@ void g2d_reset(struct g2d_dev *d) void g2d_set_src_size(struct g2d_dev *d, struct g2d_frame *f) { u32 n; - u32 stride; w(f->stride & 0xFFFF, SRC_STRIDE_REG); @@ -52,7 +51,6 @@ void g2d_set_src_addr(struct g2d_dev *d, dma_addr_t a) void g2d_set_dst_size(struct g2d_dev *d, struct g2d_frame *f) { u32 n; - u32 stride; w(f->stride & 0xFFFF, DST_STRIDE_REG);