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:
f1c16ad
)
[media] [V2,22/24] usb/hdpvr/hdpvr-core.c: use IS_ENABLED() macro
author
Peter Senna Tschudin
<peter.senna@gmail.com>
Sat, 19 Jan 2013 22:41:29 +0000
(19:41 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 6 Feb 2013 11:20:24 +0000
(09:20 -0200)
replace:
#if defined(CONFIG_I2C) || \
defined(CONFIG_I2C_MODULE)
with:
#if IS_ENABLED(CONFIG_I2C)
This change was made for: CONFIG_I2C
Reported-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found