Searched hist:"29 f93a687f3c435e94d026ee1fc8ad18ce56b7fb" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | serdev.h | diff 29f93a687f3c435e94d026ee1fc8ad18ce56b7fb Thu Mar 16 12:22:11 CDT 2023 Neeraj Sanjay Kale <neeraj.sanjaykale@nxp.com> serdev: Replace all instances of ENOTSUPP with EOPNOTSUPP
This replaces all instances of ENOTSUPP with EOPNOTSUPP since ENOTSUPP is not a standard error code. This will help maintain consistency in error codes when new serdev API's are added.
Signed-off-by: Neeraj Sanjay Kale <neeraj.sanjaykale@nxp.com> Reviewed-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
|
/openbmc/linux/drivers/tty/serdev/ |
H A D | serdev-ttyport.c | diff 29f93a687f3c435e94d026ee1fc8ad18ce56b7fb Thu Mar 16 12:22:11 CDT 2023 Neeraj Sanjay Kale <neeraj.sanjaykale@nxp.com> serdev: Replace all instances of ENOTSUPP with EOPNOTSUPP
This replaces all instances of ENOTSUPP with EOPNOTSUPP since ENOTSUPP is not a standard error code. This will help maintain consistency in error codes when new serdev API's are added.
Signed-off-by: Neeraj Sanjay Kale <neeraj.sanjaykale@nxp.com> Reviewed-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
|
H A D | core.c | diff 29f93a687f3c435e94d026ee1fc8ad18ce56b7fb Thu Mar 16 12:22:11 CDT 2023 Neeraj Sanjay Kale <neeraj.sanjaykale@nxp.com> serdev: Replace all instances of ENOTSUPP with EOPNOTSUPP
This replaces all instances of ENOTSUPP with EOPNOTSUPP since ENOTSUPP is not a standard error code. This will help maintain consistency in error codes when new serdev API's are added.
Signed-off-by: Neeraj Sanjay Kale <neeraj.sanjaykale@nxp.com> Reviewed-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
|