linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] [media] zoran: remove duplicate ZR050_MO_COMP define
@ 2014-06-09 15:21 Dan Carpenter
  2014-06-12 17:28 ` [Mjpeg-users] " Bernhard Praschinger
  0 siblings, 1 reply; 3+ messages in thread
From: Dan Carpenter @ 2014-06-09 15:21 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: mjpeg-users, linux-media, kernel-janitors

The ZR050_MO_COMP define is cut and pasted twice so we can delete the
second instance.

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

diff --git a/drivers/media/pci/zoran/zr36050.h b/drivers/media/pci/zoran/zr36050.h
index 9f52f0c..ea083ad 100644
--- a/drivers/media/pci/zoran/zr36050.h
+++ b/drivers/media/pci/zoran/zr36050.h
@@ -126,7 +126,6 @@ struct zr36050 {
 /* zr36050 mode register bits */
 
 #define ZR050_MO_COMP                0x80
-#define ZR050_MO_COMP                0x80
 #define ZR050_MO_ATP                 0x40
 #define ZR050_MO_PASS2               0x20
 #define ZR050_MO_TLM                 0x10

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

end of thread, other threads:[~2014-06-27 12:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-09 15:21 [patch] [media] zoran: remove duplicate ZR050_MO_COMP define Dan Carpenter
2014-06-12 17:28 ` [Mjpeg-users] " Bernhard Praschinger
2014-06-27 12:53   ` Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).