On Wed, 6 Apr 2022 at 03:43, Marek Vasut <[email protected]> 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 <[email protected]>
> Signed-off-by: Marek Vasut <[email protected]>
> Cc: Jagan Teki <[email protected]>
> Cc: Maxime Ripard <[email protected]>
> Cc: Robert Foss <[email protected]>
> Cc: Sam Ravnborg <[email protected]>
> Cc: Stephen Rothwell <[email protected]>
> Cc: Thomas Zimmermann <[email protected]>
> To: [email protected]
> ---
>  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 <[email protected]>

Reply via email to