commit | 39b4da71ca334354f30941067f214ea2f2b92f3e | [log] [tgz] |
---|---|---|
author | Philipp Zabel <p.zabel@pengutronix.de> | Thu Oct 29 09:55:00 2015 +0100 |
committer | Philipp Zabel <p.zabel@pengutronix.de> | Mon Nov 16 09:23:47 2015 +0100 |
tree | e92f8d26dfcaf88b09d75672939d7d38344c4339 | |
parent | fddad17ed11f1f3c2dd2f9b3b7691a097549c9f3 [diff] |
reset: use ENOTSUPP instead of ENOSYS ENOSYS is reserved to report invalid syscalls to userspace. Consistently return ENOTSUPP to indicate that the driver doesn't support the functionality or the reset framework is not enabled at all. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>