Re: [PATCH] reset: return -ENOTSUPP if CONFIG_RESET_CONTROLLER is undefined

2016-07-22 Thread Philipp Zabel
Hi Masahiro, Am Donnerstag, den 21.07.2016, 14:06 +0900 schrieb Masahiro Yamada: > This has been inconsistent; some returns -EINVAL, some -ENOTSUPP. > Make it consistent in this header, in favor of -ENOTSUPP. > > Signed-off-by: Masahiro Yamada > --- > >

Re: [PATCH] reset: return -ENOTSUPP if CONFIG_RESET_CONTROLLER is undefined

2016-07-22 Thread Philipp Zabel
Hi Masahiro, Am Donnerstag, den 21.07.2016, 14:06 +0900 schrieb Masahiro Yamada: > This has been inconsistent; some returns -EINVAL, some -ENOTSUPP. > Make it consistent in this header, in favor of -ENOTSUPP. > > Signed-off-by: Masahiro Yamada > --- > > include/linux/reset.h | 4 ++-- > 1

[PATCH] reset: return -ENOTSUPP if CONFIG_RESET_CONTROLLER is undefined

2016-07-20 Thread Masahiro Yamada
This has been inconsistent; some returns -EINVAL, some -ENOTSUPP. Make it consistent in this header, in favor of -ENOTSUPP. Signed-off-by: Masahiro Yamada --- include/linux/reset.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH] reset: return -ENOTSUPP if CONFIG_RESET_CONTROLLER is undefined

2016-07-20 Thread Masahiro Yamada
This has been inconsistent; some returns -EINVAL, some -ENOTSUPP. Make it consistent in this header, in favor of -ENOTSUPP. Signed-off-by: Masahiro Yamada --- include/linux/reset.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/reset.h