extcon: fsa9480: Drop no-op remove function
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 26 May 2022 13:07:54 +0000 (15:07 +0200)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 15 Jul 2022 02:37:40 +0000 (11:37 +0900)
commit387162479d8ba9a11cdb6277cd5df3b3ba6da1f3
tree7bf06f97fe10a3d39f6293865e479e20919486de
parent32346491ddf24599decca06190ebca03ff9de7f8
extcon: fsa9480: Drop no-op remove function

A remove callback that just returns 0 is equivalent to no callback at all
as can be seen in i2c_device_remove(). So simplify accordingly.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-fsa9480.c