diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2014-06-09 11:21:08 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-04 15:09:57 -0400 |
commit | 7979fcaaf3bacfa4796fbbf03a5916ff6fed7267 (patch) | |
tree | 27762592dc971854b47df2619b64ba49cdf02549 | |
parent | 941a8204d0bb92a20542c6a88ec9f2acb4b72d83 (diff) |
[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 <dan.carpenter@oracle.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
-rw-r--r-- | drivers/media/pci/cx18/cx18-alsa.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 | |||
@@ -49,7 +49,6 @@ static inline void snd_cx18_unlock(struct snd_cx18_card *cxsc) | |||
49 | } | 49 | } |
50 | 50 | ||
51 | #define CX18_ALSA_DBGFLG_WARN (1 << 0) | 51 | #define CX18_ALSA_DBGFLG_WARN (1 << 0) |
52 | #define CX18_ALSA_DBGFLG_WARN (1 << 0) | ||
53 | #define CX18_ALSA_DBGFLG_INFO (1 << 1) | 52 | #define CX18_ALSA_DBGFLG_INFO (1 << 1) |
54 | 53 | ||
55 | #define CX18_ALSA_DEBUG(x, type, fmt, args...) \ | 54 | #define CX18_ALSA_DEBUG(x, type, fmt, args...) \ |