Re: [PATCH] mwifiex: simplify the code around ra_list
From: Brian Norris <hidden>
Date: 2017-05-26 16:46:43
Also in:
linux-wireless
From: Brian Norris <hidden>
Date: 2017-05-26 16:46:43
Also in:
linux-wireless
On Fri, May 26, 2017 at 09:41:49AM +0800, Shawn Lin wrote:
We don't need to check if the list is empty separately as we could use list_first_entry_or_null to cover it. Signed-off-by: Shawn Lin <redacted>
Looks fine to me. Reviewed-by: Brian Norris <redacted>