[STYLE] Fix __do_usm_stop 21/48121/2
authorDmitry Kovalenko <d.kovalenko@samsung.com>
Mon, 14 Sep 2015 14:27:45 +0000 (17:27 +0300)
committerDmitry Kovalenko <d.kovalenko@samsung.com>
Tue, 22 Sep 2015 07:39:57 +0000 (00:39 -0700)
Change-Id: I4f080d3b239b2107dba1cf9bf426cdb1767a808c

us_manager/us_manager.c

index c306f9d..9638114 100644 (file)
@@ -47,7 +47,7 @@ static int __do_usm_stop(void *data)
        return 0;
 }
 
-static int do_usm_stop(void)
+static void do_usm_stop(void)
 {
        int ret;
 
@@ -63,7 +63,6 @@ static int do_usm_stop(void)
        sspt_proc_free_all();
        exec_cbs(STOP_CB_TD);
 
-       return ret;
 }
 
 static int do_usm_start(void)