[0/4] simplify extcon_dev_register function.

Message ID 20230217084613.25359-1-bw365.lee@samsung.com
Headers
Series simplify extcon_dev_register function. |

Message

Bumwoo Lee Feb. 17, 2023, 8:46 a.m. UTC
  It was modified to increase readability.

Bumwoo Lee (4):
  extcon: remove redundant null checking for class
  extcon: added extcon_alloc_cables to simplify extcon register function
  extcon: added extcon_alloc_muex to simplify extcon register function
  extcon: added extcon_alloc_groups to simplify extcon register function

 drivers/extcon/extcon.c | 286 ++++++++++++++++++++++------------------
 1 file changed, 160 insertions(+), 126 deletions(-)