commit | a8c2d62b1bddf5fa4d23a380be8904e5593c2b40 | [log] [tgz] |
---|---|---|
author | Yves Lemée <yves.lemee.kernel@gmail.com> | Wed Jul 12 15:17:37 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Sun Aug 20 09:47:28 2017 -0400 |
tree | 33b5429d210f9a2e0f528746d553442f0daf93fc | |
parent | afb24eabf9e63c99d01aaf1b4d04f1d9a458e029 [diff] |
media: lirc_zilog: Clean up lirc zilog error codes According the coding style guidelines, the ENOSYS error code must be returned in case of a non existent system call. This code has been replaced with the ENOTTY error code indicating a missing functionality. Signed-off-by: Yves Lemée <yves.lemee.kernel@gmail.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>