]> git.karo-electronics.de Git - linux-beck.git/commit
staging: wilc1000: wilc_init(): fixes inconsistent returns
authorLeo Kim <leo.kim@atmel.com>
Mon, 21 Dec 2015 05:18:25 +0000 (14:18 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Dec 2015 21:20:04 +0000 (13:20 -0800)
commitcb3b05c3845815e1fdeff94fcd5e8a57ceff702e
tree3467df0f934047334a98e7fe0c214470931d7ce8
parent653bb46301617e39e720e60fa2e0a01f946c9a6e
staging: wilc1000: wilc_init(): fixes inconsistent returns

This patch fixes the warning reported by smatch.
 - wilc_init() warn: inconsistent returns 'sem:&hif_drv->sem_cfg_values'

No need to up the sema here since down was not called before get here.

Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c