extcon: sm5502: Implement i2c_driver->probe_new()
authorStephan Gerhold <stephan@gerhold.net>
Mon, 31 May 2021 13:34:34 +0000 (15:34 +0200)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 21 Jun 2021 09:28:01 +0000 (18:28 +0900)
commitb1b76af23de825fec79369ff5c9d8915b0fae5f0
treee5f3045e721438899b435c4563598668fccb9b8c
parentd3a213d23c5248f40986cbf8699c755c204ba90e
extcon: sm5502: Implement i2c_driver->probe_new()

sm5022_muic_i2c_probe() does not use the i2c_device_id,
so implement i2c_driver->probe_new() instead of probe().

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-sm5502.c