drm: bridge: icn6211: Mark module exit callback with __exit
authorMarek Vasut <marex@denx.de>
Wed, 6 Apr 2022 01:42:50 +0000 (03:42 +0200)
committerRobert Foss <robert.foss@linaro.org>
Wed, 6 Apr 2022 07:34:58 +0000 (09:34 +0200)
commit7a828f1f1fe30024cd153452b808a07ddf07c153
tree4335b2e2f06cd21ca663e5c8614f04a2c7114785
parent21d139a95682c6ade89a2151e44012c9797c0309
drm: bridge: icn6211: Mark module exit callback with __exit

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@canb.auug.org.au>
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Jagan Teki <jagan@amarulasolutions.com>
Cc: Maxime Ripard <maxime@cerno.tech>
Cc: Robert Foss <robert.foss@linaro.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
To: dri-devel@lists.freedesktop.org
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220406014250.902187-1-marex@denx.de
Reviewed-by: Robert Foss <robert.foss@linaro.org>
drivers/gpu/drm/bridge/chipone-icn6211.c