staging: wilc1000: fix return type of wilc_listen_state_expired
[deliverable/linux.git] / drivers / staging / wilc1000 / host_interface.c
index 9b72519713b9aa1d37fdcdeeb4f8123dd1461be8..4db211b2c9f33fb8f2f6a98749588870b01685d8 100644 (file)
@@ -4098,9 +4098,9 @@ s32 wilc_remain_on_channel(struct wilc_vif *vif, u32 u32SessionID,
        return result;
 }
 
-s32 wilc_listen_state_expired(struct wilc_vif *vif, u32 u32SessionID)
+int wilc_listen_state_expired(struct wilc_vif *vif, u32 u32SessionID)
 {
-       s32 result = 0;
+       int result = 0;
        struct host_if_msg msg;
        struct host_if_drv *hif_drv = vif->hif_drv;
 
This page took 0.025017 seconds and 5 git commands to generate.