Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb3b05c3 authored by Leo Kim's avatar Leo Kim Committed by Greg Kroah-Hartman
Browse files

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: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarGlen Lee <glen.lee@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 653bb463
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3873,7 +3873,6 @@ s32 wilc_init(struct net_device *dev, struct host_if_drv **hif_drv_handler)
	return result;

_fail_timer_2:
	up(&hif_drv->sem_cfg_values);
	del_timer_sync(&hif_drv->connect_timer);
	del_timer_sync(&hif_drv->scan_timer);
	kthread_stop(hif_thread_handler);