From: Dan Carpenter Date: Mon, 9 Jun 2014 15:21:08 +0000 (-0300) Subject: [media] cx18: remove duplicate CX18_ALSA_DBGFLG_WARN define X-Git-Tag: v4.14-rc1~6092^2~1368 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7979fcaaf3bacfa4796fbbf03a5916ff6fed7267;p=platform%2Fkernel%2Flinux-rpi.git [media] cx18: remove duplicate CX18_ALSA_DBGFLG_WARN define The CX18_ALSA_DBGFLG_WARN is cut and pasted twice and we can delete the second instance. Signed-off-by: Dan Carpenter Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- 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...) \