]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3a74ee068acb7866ccdd48d16f00b40a6e78a20a
tree7bf06f97fe10a3d39f6293865e479e20919486de
parent0c8b98e40f9d61a6792a879de085b19667a1f51b
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