plugin-api: deviced: Fix EOPNOTSUPP to ENOSYS 29/313329/1 accepted/tizen/unified/20240701.055747 accepted/tizen/unified/dev/20240702.054040 accepted/tizen/unified/x/20240701.102741
authorYoungjae Cho <y0.cho@samsung.com>
Mon, 24 Jun 2024 04:50:06 +0000 (13:50 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Mon, 24 Jun 2024 04:57:11 +0000 (13:57 +0900)
commit546be29313cd4d17d49e54e32bd9e4b9cacf0dab
tree2d0281c67fd280f5f498f4d0293d930e614b2fbc
parent0046f8031a33bb8db173e78f3aa723b655970986
plugin-api: deviced: Fix EOPNOTSUPP to ENOSYS

The error ENOTSUP and EOPNOTSUPP are both 95 so they cannot be
distinguished. Therefore, fixed the EOPNOTSUPP to ENOSYS.

 ENOSYS  38  Function not implemented

The EOPNOTSUPP was for not implemented operations so the ENOSYS fits
into that meaning.

Change-Id: I10af2b25a848344c82c91afad3ab8ebada35c872
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
src/plugin-api/deviced/src/syscommon-plugin-deviced-display.c