-
- Downloads
[media] use IS_ENABLED() macro
This patch introduces the use of IS_ENABLED() macro. For example, replacing: #if defined(CONFIG_I2C) || (defined(CONFIG_I2C_MODULE) && defined(MODULE)) with: #if IS_ENABLED(CONFIG_I2C) All changes made by this patch respect the same replacement pattern. Reported-by:Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by:
Peter Senna Tschudin <peter.senna@gmail.com> Acked-by:
Antti Palosaari <crope@iki.fi> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
Showing
- drivers/media/dvb-frontends/bcm3510.h 1 addition, 1 deletiondrivers/media/dvb-frontends/bcm3510.h
- drivers/media/dvb-frontends/cx22700.h 1 addition, 1 deletiondrivers/media/dvb-frontends/cx22700.h
- drivers/media/dvb-frontends/cx24110.h 1 addition, 1 deletiondrivers/media/dvb-frontends/cx24110.h
- drivers/media/dvb-frontends/dib0070.h 1 addition, 1 deletiondrivers/media/dvb-frontends/dib0070.h
- drivers/media/dvb-frontends/dib0090.h 1 addition, 1 deletiondrivers/media/dvb-frontends/dib0090.h
- drivers/media/dvb-frontends/dib3000.h 1 addition, 1 deletiondrivers/media/dvb-frontends/dib3000.h
- drivers/media/dvb-frontends/dib8000.h 1 addition, 1 deletiondrivers/media/dvb-frontends/dib8000.h
- drivers/media/dvb-frontends/dib9000.h 1 addition, 1 deletiondrivers/media/dvb-frontends/dib9000.h
- drivers/media/dvb-frontends/dvb-pll.h 1 addition, 1 deletiondrivers/media/dvb-frontends/dvb-pll.h
- drivers/media/dvb-frontends/isl6405.h 1 addition, 1 deletiondrivers/media/dvb-frontends/isl6405.h
- drivers/media/dvb-frontends/isl6421.h 1 addition, 1 deletiondrivers/media/dvb-frontends/isl6421.h
- drivers/media/dvb-frontends/isl6423.h 1 addition, 1 deletiondrivers/media/dvb-frontends/isl6423.h
- drivers/media/dvb-frontends/itd1000.h 1 addition, 1 deletiondrivers/media/dvb-frontends/itd1000.h
- drivers/media/dvb-frontends/l64781.h 1 addition, 1 deletiondrivers/media/dvb-frontends/l64781.h
- drivers/media/dvb-frontends/lgdt330x.h 1 addition, 1 deletiondrivers/media/dvb-frontends/lgdt330x.h
- drivers/media/dvb-frontends/mb86a16.h 1 addition, 1 deletiondrivers/media/dvb-frontends/mb86a16.h
- drivers/media/dvb-frontends/mt312.h 1 addition, 1 deletiondrivers/media/dvb-frontends/mt312.h
- drivers/media/dvb-frontends/mt352.h 1 addition, 1 deletiondrivers/media/dvb-frontends/mt352.h
- drivers/media/dvb-frontends/nxt200x.h 1 addition, 1 deletiondrivers/media/dvb-frontends/nxt200x.h
- drivers/media/dvb-frontends/nxt6000.h 1 addition, 1 deletiondrivers/media/dvb-frontends/nxt6000.h
Loading
Please register or sign in to comment