diff options
| author | Peter Senna Tschudin <[email protected]> | 2013-01-20 01:32:56 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2013-02-06 09:24:09 -0200 |
| commit | 7b34be71db533f3e0cf93d53cf62d036cdb5418a (patch) | |
| tree | e56ffc7b741157b73b1bebe23523eaaa4f482eb2 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | ffe4db06fdd294a3326e2f1009863825c0f6401c (diff) | |
[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 <[email protected]>
Signed-off-by: Peter Senna Tschudin <[email protected]>
Acked-by: Antti Palosaari <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions