drm/bridge: tfp410: Make tfp410_fini() return void
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 28 Apr 2022 16:28:03 +0000 (18:28 +0200)
committerRobert Foss <robert.foss@linaro.org>
Mon, 2 May 2022 14:51:13 +0000 (16:51 +0200)
commit6a47a16dcef3fdda79a95452964d001a620db473
tree88af22bb1d9fec98c34602e729389f32f7b2ed5c
parent463db5c2ed4aed015323bf0677fdb126e77d01a8
drm/bridge: tfp410: Make tfp410_fini() return void

tfp410_fini() always returns zero. Make it return no value which makes it
easier to see in the callers that there is no error to handle.

Also the return value of i2c and platform driver remove callbacks is
ignored anyway. This prepares making i2c and platform remove callbacks
return void, too.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220428162803.185275-1-u.kleine-koenig@pengutronix.de
drivers/gpu/drm/bridge/ti-tfp410.c