i3c: master: cdns: replace ENOTSUPP with SUSV4-compliant EOPNOTSUPP
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Sat, 28 Jun 2025 19:20:30 +0000 (21:20 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 7 Jul 2025 21:14:46 +0000 (23:14 +0200)
commit8d53c0d645e3b2a1e341ffb4dbea345c55035c6b
treecee4df4a33a448fc927b6479800f6af6f949e3c1
parent566aebedee37789644bcc976fd6d98ccf8de375b
i3c: master: cdns: replace ENOTSUPP with SUSV4-compliant EOPNOTSUPP

Replace non-standard ENOTSUPP with the SUSV4-defined error code
EOPNOTSUPP to fix below checkpatch warning:
  "ENOTSUPP is not a SUSV4 error code, prefer EOPNOTSUPP"

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20250628192027.3932-8-wsa+renesas@sang-engineering.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/i3c/master/i3c-master-cdns.c