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-Url: http://drtracing.org/?a=commitdiff_plain;h=7979fcaaf3bacfa4796fbbf03a5916ff6fed7267;p=deliverable%2Flinux.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 447da374c9e8..2718be28bf5f 100644 --- a/drivers/media/pci/cx18/cx18-alsa.h +++ b/drivers/media/pci/cx18/cx18-alsa.h @@ -48,7 +48,6 @@ static inline void snd_cx18_unlock(struct snd_cx18_card *cxsc) mutex_unlock(&cx->serialize_lock); } -#define CX18_ALSA_DBGFLG_WARN (1 << 0) #define CX18_ALSA_DBGFLG_WARN (1 << 0) #define CX18_ALSA_DBGFLG_INFO (1 << 1)