Staging: rtl8192e: Fix else is not useful warning
[firefly-linux-kernel-4.4.55.git] / drivers / staging / rtl8192e / rtl819x_TSProc.c
index 6c0158e8e8c361501f807ede138695414f32fc44..53fe27f9d42dca81680ab77fdfc483ff7f5cc4d9 100644 (file)
@@ -281,8 +281,7 @@ static struct ts_common_info *SearchAdmitTRStream(struct rtllib_device *ieee,
 
        if (pRet && &pRet->List  != psearch_list)
                return pRet ;
-       else
-               return NULL;
+       return NULL;
 }
 
 static void MakeTSEntry(struct ts_common_info *pTsCommonInfo, u8 *Addr,