git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac1c86c
)
[media] dvb_usb_v2: use IS_ENABLED() macro
author
Antti Palosaari
<crope@iki.fi>
Fri, 4 Jan 2013 18:21:26 +0000
(15:21 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sun, 6 Jan 2013 12:20:13 +0000
(10:20 -0200)
replace:
#if defined(CONFIG_RC_CORE) || defined(CONFIG_RC_CORE_MODULE)
with:
#if IS_ENABLED(CONFIG_RC_CORE)
Reported-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/dvb-usb-v2/af9015.c
patch
|
blob
|
history
drivers/media/usb/dvb-usb-v2/af9035.c
patch
|
blob
|
history
drivers/media/usb/dvb-usb-v2/anysee.c
patch
|
blob
|
history
drivers/media/usb/dvb-usb-v2/az6007.c
patch
|
blob
|
history
drivers/media/usb/dvb-usb-v2/dvb_usb_core.c
patch
|
blob
|
history
drivers/media/usb/dvb-usb-v2/it913x.c
patch
|
blob
|
history
drivers/media/usb/dvb-usb-v2/rtl28xxu.c
patch
|
blob
|
history
diff --cc
drivers/media/usb/dvb-usb-v2/af9015.c
Simple merge
diff --cc
drivers/media/usb/dvb-usb-v2/af9035.c
Simple merge
diff --cc
drivers/media/usb/dvb-usb-v2/anysee.c
Simple merge
diff --cc
drivers/media/usb/dvb-usb-v2/az6007.c
Simple merge
diff --cc
drivers/media/usb/dvb-usb-v2/dvb_usb_core.c
Simple merge
diff --cc
drivers/media/usb/dvb-usb-v2/it913x.c
Simple merge
diff --cc
drivers/media/usb/dvb-usb-v2/rtl28xxu.c
Simple merge