summaryrefslogtreecommitdiff
path: root/drivers/parport
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>2014-04-09 13:56:09 +0400
committerChanwoo Choi <cw00.choi@samsung.com>2014-04-24 12:26:30 +0400
commit12adef5b49e98eb181b4163c36e2998169e1379b (patch)
tree652b0d8d2d397dda7c3f0ed773975bdcfc696313 /drivers/parport
parenta55d952a2b732e8aaa218a0507935a1deb0c8eea (diff)
downloadlinux-12adef5b49e98eb181b4163c36e2998169e1379b.tar.xz
extcon: max14577: Fix probe failure on successful work queue
In probe the driver queued delayed work for cable detection and returned the result of queue_delayed_work() call. However the return value of queue_delayed_work() does not indicate an error and in normal condition it returns true which means successful work queue. This effectively resulted in probe failure: [ 2.088204] max14577-muic: probe of max77836-muic failed with error 1 Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Cc: <stable@vger.kernel.org> Fixes: 962e56bfcf0b ("extcon: max14577: Add extcon-max14577 driver...") Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/parport')
0 files changed, 0 insertions, 0 deletions