Skip to content

Commit

Permalink
driver:extcon:exscont.c : fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roniwae authored Dec 12, 2023
1 parent 9b1b48e commit 5e400a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/extcon/extcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1314,8 +1314,6 @@ int extcon_dev_register(struct extcon_dev *edev)
if (!edev->bnh) {
ret = -ENOMEM;
goto err_dev;

(extcon: Modify extcon device to be created after driver data is set)
}

for (index = 0; index < edev->max_supported; index++)
Expand Down

0 comments on commit 5e400a7

Please sign in to comment.