diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-11-24 14:25:38 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-02-03 07:12:59 -0200 |
commit | 30f895a9e1df6a44cef6e4e0fad70762026b8512 (patch) | |
tree | ca3789ac7eecc84fe64b6408b7f5f77bf59e989b /drivers/media/platform/ti-vpe/vpdma.c | |
parent | 6689638025a91bd795204c01b25a561fa93f11e8 (diff) |
[media] b2c2: use IS_REACHABLE() instead of open-coding it
The FE_SUPPORTED() macro is basically the same as IS_REACHABLE, except
that it causes a warning with gcc-7:
common/b2c2/flexcop-fe-tuner.c:30:1: error: this use of "defined" may not be portable [-Werror=expansion-to-defined]
common/b2c2/flexcop-fe-tuner.c:30:1: error: this use of "defined" may not be portable [-Werror=expansion-to-defined]
common/b2c2/flexcop-fe-tuner.c:30:1: error: this use of "defined" may not be portable [-Werror=expansion-to-defined]
Using IS_REACHABLE() to define it avoids the warning.
Fixes: 3785bc170f79 ("[media] b2c2: break it into common/pci/usb directories")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/platform/ti-vpe/vpdma.c')
0 files changed, 0 insertions, 0 deletions