summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-tegra124.c
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-07-24 14:26:51 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-09-20 18:16:19 +0200
commitfbf8e53d45685e8127551244ffee1ec2af3812f0 (patch)
treeb2fa9ce73ab8a7cd0d6ba5d5b786bdbe1b6a1825 /drivers/pinctrl/pinctrl-tegra124.c
parent3c78ca018c6f73732550f9d9c43eae355e8e8c95 (diff)
dp.c: fix compilation with gcc 7
With gcc 7 the following compile time error occurs: | drivers/video/tegra/dc/dp.c:1178:12: error: the omitted middle operand in ?: will always be 'true', suggest explicit middle operand [-Werror=parentheses] | cr_done ? : ({ret = -EINVAL; goto fail; }); | ^ | drivers/video/tegra/dc/dp.c:1186:12: error: the omitted middle operand in ?: will always be 'true', suggest explicit middle operand [-Werror=parentheses] | lt_done ? : ({ret = -EINVAL; goto fail; }); | ^ Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'drivers/pinctrl/pinctrl-tegra124.c')
0 files changed, 0 insertions, 0 deletions