summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2014-11-25 17:16:31 +0900
committerLinus Walleij <linus.walleij@linaro.org>2014-11-28 14:43:36 +0100
commit8e53b0f190af2954309bbad76a78177ead15d824 (patch)
tree51c650de7dbdb9672c3cba25a6bf03baaf033137 /drivers/net/phy
parent14e85c0e69d5c7fdbd963edbbec1dc5cdd385200 (diff)
downloadop-kernel-dev-8e53b0f190af2954309bbad76a78177ead15d824.zip
op-kernel-dev-8e53b0f190af2954309bbad76a78177ead15d824.tar.gz
gpio: remove const modifier from gpiod_get_direction()
Although gpiod_get_direction() can be considered side-effect free for consumers, its internals involve setting or clearing bits in the affected GPIO descriptor, for which we need to force-cast the const descriptor variable to non-const. This could lead to incorrect behavior if the compiler decides to optimize here, so remove this const attribute. The intent is to make gpiod_get_direction() private anyway, so it does not really matter. Reported-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/net/phy')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud