[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160904110120.27028-1-mail@beyermatthias.de>
Date: Sun, 4 Sep 2016 13:01:19 +0200
From: Matthias Beyer <mail@...ermatthias.de>
To: gregkh@...uxfoundation.org
Cc: Matthias Beyer <mail@...ermatthias.de>, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org, linux-wireless@...r.kernel.org,
shivanib134@...il.com, ksenija.stanojevic@...il.com,
Jes.Sorensen@...hat.com, meleodr@...il.com,
bhaktipriya96@...il.com, bhumirks@...il.com,
Larry.Finger@...inger.net
Subject: [PATCH v2 0/1] Remove pointless test
Re-sending as
On 01-09-2016 17:54:47, Greg KH wrote:
> There is no patch here :(
----8<----
As reported by David Binderman, this test is useless as of
if (a < 3) {
/* ... */
} else if (a >= 3) {
/* ... */
}
so this patch removes the second check.
Matthias Beyer (1):
drivers: staging: rtl8723au: hal: Remove pointless test
drivers/staging/rtl8723au/hal/rtl8723a_bt-coexist.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.9.3
Powered by blists - more mailing lists