Home
last modified time | relevance | path

Searched hist:"1 ffbf50b745b63f8eba6153b4fe04c59e718a14b" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/pinctrl/meson/
H A Dpinctrl-meson.cdiff 1ffbf50b745b63f8eba6153b4fe04c59e718a14b Wed Sep 20 16:08:15 CEST 2017 Jerome Brunet <jbrunet@baylibre.com> pinctrl: meson: fix incorrect usage of ENOSYS

ENOSYS is special and should only be used for incorrect syscall number.
It is not the case here. let's use ENOTSUPP instead.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>