This patch removes meaningless comment in host_int_init function.

Signed-off-by: Chaehyun Lim <chaehyun....@gmail.com>
---
v2: rebase latest staging-testing

 drivers/staging/wilc1000/host_interface.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/staging/wilc1000/host_interface.c 
b/drivers/staging/wilc1000/host_interface.c
index bc0adcd..317bc60 100644
--- a/drivers/staging/wilc1000/host_interface.c
+++ b/drivers/staging/wilc1000/host_interface.c
@@ -6378,9 +6378,7 @@ s32 host_int_init(tstrWILC_WFIDrv **phWFIDrv)
                goto _fail_timer_2;
        }
        memset(pstrWFIDrv, 0, sizeof(tstrWILC_WFIDrv));
-       /*return driver handle to user*/
        *phWFIDrv = pstrWFIDrv;
-       /*save into globl handle*/
        err = add_handler_in_list(pstrWFIDrv);
        if (err) {
                s32Error = -EFAULT;
@@ -6393,7 +6391,6 @@ s32 host_int_init(tstrWILC_WFIDrv **phWFIDrv)
        #endif
 
        PRINT_D(HOSTINF_DBG, "Global handle pointer value=%p\n", pstrWFIDrv);
-       /* /////////////////////////////////////// */
        if (clients_count == 0) {
                sema_init(&hSemHostIFthrdEnd, 0);
                sema_init(&hSemDeinitDrvHandle, 0);
@@ -6407,7 +6404,6 @@ s32 host_int_init(tstrWILC_WFIDrv **phWFIDrv)
        sema_init(&(pstrWFIDrv->hSemGetCHNL), 0);
        sema_init(&(pstrWFIDrv->hSemInactiveTime), 0);
 
-       /* /////////////////////////////////////// */
 
 
 
@@ -6464,8 +6460,6 @@ s32 host_int_init(tstrWILC_WFIDrv **phWFIDrv)
 
        up(&(pstrWFIDrv->gtOsCfgValuesSem));
 
-       /*TODO Code to setup simulation to be removed later*/
-
        clients_count++; /* increase number of created entities */
 
        return s32Error;
-- 
2.5.1

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to