[PATCH] drm: bridge: icn6211: Mark module exit callback with __exit

Robert Foss robert.foss at linaro.org
Wed Apr 6 07:34:53 UTC 2022


On Wed, 6 Apr 2022 at 03:43, Marek Vasut <marex at denx.de> wrote:
>
> Fix copy-paste error, module exit function should be marked with __exit
> instead of __init.
>
> Fixes: 8dde6f7452a1 ("drm: bridge: icn6211: Add I2C configuration support")
> Reported-by: Stephen Rothwell <sfr at canb.auug.org.au>
> Signed-off-by: Marek Vasut <marex at denx.de>
> Cc: Jagan Teki <jagan at amarulasolutions.com>
> Cc: Maxime Ripard <maxime at cerno.tech>
> Cc: Robert Foss <robert.foss at linaro.org>
> Cc: Sam Ravnborg <sam at ravnborg.org>
> Cc: Stephen Rothwell <sfr at canb.auug.org.au>
> Cc: Thomas Zimmermann <tzimmermann at suse.de>
> To: dri-devel at lists.freedesktop.org
> ---
>  drivers/gpu/drm/bridge/chipone-icn6211.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/bridge/chipone-icn6211.c b/drivers/gpu/drm/bridge/chipone-icn6211.c
> index c4d2f6d811bf1..b9cc0fac26686 100644
> --- a/drivers/gpu/drm/bridge/chipone-icn6211.c
> +++ b/drivers/gpu/drm/bridge/chipone-icn6211.c
> @@ -787,7 +787,7 @@ static int __init chipone_init(void)
>  }
>  module_init(chipone_init);
>
> -static void __init chipone_exit(void)
> +static void __exit chipone_exit(void)
>  {
>         i2c_del_driver(&chipone_i2c_driver);
>
> --
> 2.35.1
>

Reviewed-by: Robert Foss <robert.foss at linaro.org>


More information about the dri-devel mailing list