diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2022-04-28 18:28:03 +0200 |
---|---|---|
committer | Robert Foss <robert.foss@linaro.org> | 2022-05-02 16:51:13 +0200 |
commit | 6a47a16dcef3fdda79a95452964d001a620db473 (patch) | |
tree | 88af22bb1d9fec98c34602e729389f32f7b2ed5c /virt | |
parent | 463db5c2ed4aed015323bf0677fdb126e77d01a8 (diff) | |
download | lwn-6a47a16dcef3fdda79a95452964d001a620db473.tar.gz lwn-6a47a16dcef3fdda79a95452964d001a620db473.zip |
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
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions