summaryrefslogtreecommitdiff
path: root/drivers/bus
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2023-03-11 01:41:27 +0300
committerLi Yang <leoyang.li@nxp.com>2023-05-31 02:58:43 +0300
commitc27ea8e6325cad44c8c5bc2e8e7cc7635f358f31 (patch)
treee1aad796539157cdaccefa9e69a6a6420a23a12d /drivers/bus
parentb3134039c5b3cf879841e3ec84c8cbf7675554ec (diff)
downloadlinux-c27ea8e6325cad44c8c5bc2e8e7cc7635f358f31.tar.xz
soc: fsl: dpio: Suppress duplicated error reporting on device remove
Returning an error code from a fsl_mc_driver's remove callback results in a generic error message, otherwise the value is ignored and the device gets unbound. As the only error path in dpaa2_dpio_remove() already emits an error message, return zero unconditionally to suppress another (less helpful) error report. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Reviewed-by: Ioana Ciornei <ioana.ciornei@nxp.com> Tested-by: Ioana Ciornei <ioana.ciornei@nxp.com> # sanity checks Reviewed-by: Laurentiu Tudor <laurentiu.tudor@nxp.com> Tested-by: Laurentiu Tudor <laurentiu.tudor@nxp.com> Signed-off-by: Li Yang <leoyang.li@nxp.com>
Diffstat (limited to 'drivers/bus')
0 files changed, 0 insertions, 0 deletions