diff options
-rw-r--r-- | drivers/extcon/extcon-class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-class.c b/drivers/extcon/extcon-class.c index 54dc00b7b9f6..79f5dbae0147 100644 --- a/drivers/extcon/extcon-class.c +++ b/drivers/extcon/extcon-class.c | |||
@@ -469,7 +469,7 @@ int extcon_register_interest(struct extcon_specific_cable_nb *obj, | |||
469 | 469 | ||
470 | obj->cable_index = extcon_find_cable_index(obj->edev, cable_name); | 470 | obj->cable_index = extcon_find_cable_index(obj->edev, cable_name); |
471 | if (obj->cable_index < 0) | 471 | if (obj->cable_index < 0) |
472 | return -ENODEV; | 472 | return -EINVAL; |
473 | 473 | ||
474 | obj->user_nb = nb; | 474 | obj->user_nb = nb; |
475 | 475 | ||