]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
i3c: master: Replace WARN_ON() with dev_err() in i3c_dev_free_ibi_locked()
authorAdrian Hunter <adrian.hunter@intel.com>
Tue, 13 Jan 2026 07:26:45 +0000 (09:26 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 14 Jan 2026 16:21:09 +0000 (17:21 +0100)
commit471895799c2f46688792e175ced936ffeb6cdf01
tree29ba26d1402b83319360bb4107087be7d7640bca
parentf0775157b9f9a28ae3eabc8d05b0bc52e8056c80
i3c: master: Replace WARN_ON() with dev_err() in i3c_dev_free_ibi_locked()

IBI disable failures are not indicative of a software bug, so using
WARN_ON() is not appropriate.  Replace these warnings with dev_err().

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://patch.msgid.link/20260113072702.16268-5-adrian.hunter@intel.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/i3c/master.c