public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] [media] davinci: vpfe: dm365: remove duplicate RSZ_LPF_INT_MASK
@ 2014-06-09 15:10 Dan Carpenter
  2014-06-10  7:56 ` Prabhakar Lad
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Carpenter @ 2014-06-09 15:10 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Greg Kroah-Hartman, linux-media, kernel-janitors

The RSZ_LPF_INT_MASK define is cut and pasted twice so we can remove the
second instance.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

diff --git a/drivers/staging/media/davinci_vpfe/dm365_ipipe_hw.h b/drivers/staging/media/davinci_vpfe/dm365_ipipe_hw.h
index 010fdb2..81176fb 100644
--- a/drivers/staging/media/davinci_vpfe/dm365_ipipe_hw.h
+++ b/drivers/staging/media/davinci_vpfe/dm365_ipipe_hw.h
@@ -479,7 +479,6 @@
 #define RSZ_TYP_Y_SHIFT			0
 #define RSZ_TYP_C_SHIFT			1
 #define RSZ_LPF_INT_MASK		0x3f
-#define RSZ_LPF_INT_MASK		0x3f
 #define RSZ_LPF_INT_C_SHIFT		6
 #define RSZ_H_PHS_MASK			0x3fff
 #define RSZ_H_DIF_MASK			0x3fff

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-10  7:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-09 15:10 [patch] [media] davinci: vpfe: dm365: remove duplicate RSZ_LPF_INT_MASK Dan Carpenter
2014-06-10  7:56 ` Prabhakar Lad

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox