提交 13402f7b 编写于 作者: M Mahati Chamarthy 提交者: Greg Kroah-Hartman

Staging: rtl8192e: Fix else is not useful warning

This fixes the following checkpatch.pl warning:
WARNING: else is not generally useful after a break or return
Signed-off-by: NMahati Chamarthy <mahati.chamarthy@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 5110e402
......@@ -281,7 +281,6 @@ static struct ts_common_info *SearchAdmitTRStream(struct rtllib_device *ieee,
if (pRet && &pRet->List != psearch_list)
return pRet ;
else
return NULL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册