linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] [media] cx18: remove duplicate CX18_ALSA_DBGFLG_WARN define
@ 2014-06-09 15:21 Dan Carpenter
  2014-06-09 15:28 ` Dan Carpenter
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Carpenter @ 2014-06-09 15:21 UTC (permalink / raw)
  To: Andy Walls
  Cc: Mauro Carvalho Chehab, ivtv-devel, linux-media, kernel-janitors

The CX18_ALSA_DBGFLG_WARN is cut and pasted twice and we can delete the
second instance.

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

diff --git a/drivers/media/pci/cx18/cx18-alsa.h b/drivers/media/pci/cx18/cx18-alsa.h
index 447da37..2718be2 100644
--- a/drivers/media/pci/cx18/cx18-alsa.h
+++ b/drivers/media/pci/cx18/cx18-alsa.h
@@ -49,7 +49,6 @@ static inline void snd_cx18_unlock(struct snd_cx18_card *cxsc)
 }
 
 #define CX18_ALSA_DBGFLG_WARN  (1 << 0)
-#define CX18_ALSA_DBGFLG_WARN  (1 << 0)
 #define CX18_ALSA_DBGFLG_INFO  (1 << 1)
 
 #define CX18_ALSA_DEBUG(x, type, fmt, args...) \

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

* Re: [patch] [media] cx18: remove duplicate CX18_ALSA_DBGFLG_WARN define
  2014-06-09 15:21 [patch] [media] cx18: remove duplicate CX18_ALSA_DBGFLG_WARN define Dan Carpenter
@ 2014-06-09 15:28 ` Dan Carpenter
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Carpenter @ 2014-06-09 15:28 UTC (permalink / raw)
  To: Andy Walls
  Cc: Mauro Carvalho Chehab, ivtv-devel, linux-media, kernel-janitors,
	ivtv-devel-owner

Btw, the ivtv-devel@ivtvdriver.org list appears to be subscribers-only
even though it says moderated in the MAINTAINERS file.

It's a waste of time to list it in MAINTAINERS at that point.

regards,
dan carpenter


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

end of thread, other threads:[~2014-06-09 15:29 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:21 [patch] [media] cx18: remove duplicate CX18_ALSA_DBGFLG_WARN define Dan Carpenter
2014-06-09 15:28 ` Dan Carpenter

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).