]> git.baikalelectronics.ru Git - kernel.git/commit
extcon: Fix return value in extcon_register_interest()
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 25 Sep 2012 23:10:03 +0000 (08:10 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 23 Oct 2012 07:32:13 +0000 (16:32 +0900)
commit917765835462518952f4b19fcf5b41887129915b
treecfaedaf4f34c866fc88cbdb0cb3db021937dd42c
parentbd6eb926ad4aa80e0b8bb53f9134c8d29f60b5d8
extcon: Fix return value in extcon_register_interest()

Propagate the value returned from extcon_find_cable_index()
instead of -ENODEV. For readability, -EINVAL is returned in place of
the variable.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-class.c