i3c: master: replace ENOTSUPP with SUSV4-compliant EOPNOTSUPP
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Sat, 28 Jun 2025 19:20:28 +0000 (21:20 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 7 Jul 2025 21:14:46 +0000 (23:14 +0200)
commitd10a4c323883c41cf1b652309e61c48bce248e35
treeeaa073e1e4e6f8850e67c23d708b9f0a1bc025d2
parent447270cdb41b1c8c3621bb14b93a6749f942556e
i3c: master: 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-6-wsa+renesas@sang-engineering.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/i3c/master.c