These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / net / wireless / ath / ath9k / wmi.c
index ca533b4..9c16e2a 100644 (file)
@@ -299,7 +299,8 @@ int ath9k_wmi_cmd(struct wmi *wmi, enum wmi_cmd_id cmd_id,
                       sizeof(struct wmi_cmd_hdr);
        struct sk_buff *skb;
        u8 *data;
-       int time_left, ret = 0;
+       unsigned long time_left;
+       int ret = 0;
 
        if (ah->ah_flags & AH_UNPLUGGED)
                return 0;