[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3f548286-a32c-43d7-8e8b-6812a3fb9214@stanley.mountain>
Date: Wed, 5 Feb 2025 08:57:05 +0300
From: Dan Carpenter <dan.carpenter@...aro.org>
To: Ian To <onlyian4981@...il.com>
Cc: gregkh@...uxfoundation.org, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/4] staging: rtl8723bs: remove unnecessary parentheses
On Tue, Feb 04, 2025 at 05:50:16PM -0800, Ian To wrote:
> @@ -492,14 +494,14 @@ void rtw_update_scanned_network(struct adapter *adapter, struct wlan_bssid_ex *t
> /* If we didn't find a match, then get a new network slot to initialize
> * with this beacon's information */
> if (!target_find) {
> - if (list_empty(&pmlmepriv->free_bss_pool.queue)) {
> + if (list_empty & pmlmepriv->free_bss_pool.queue) {
Nope.
regards,
dan carpetner
Powered by blists - more mailing lists