[GIT,PULL] Staging driver fix for 6.1-rc6

Message ID Y3fJ4o2sEO7Kef0y@kroah.com
State New
Headers
Series [GIT,PULL] Staging driver fix for 6.1-rc6 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-6.1-rc6

Message

Greg KH Nov. 18, 2022, 6:07 p.m. UTC
  The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-6.1-rc6

for you to fetch changes up to 937ec9f7d5f2625d60077bb7824fee35dc447c6e:

  staging: rtl8192e: remove bogus ssid character sign test (2022-10-25 19:13:48 +0200)

----------------------------------------------------------------
Staging driver fix for 6.1-rc6

Here is a single staging driver fix for 6.1-rc6.

It resolves a bogus signed character test as pointed out, and fixed by,
Jason in the rtl8192e driver

It has been in linux-next for a few weeks now with no reported problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Jason A. Donenfeld (1):
      staging: rtl8192e: remove bogus ssid character sign test

 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Nov. 18, 2022, 8:20 p.m. UTC | #1
The pull request you sent on Fri, 18 Nov 2022 19:07:30 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-6.1-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/12fe29ee259f9a14fba4c593eff55b851ef264fe

Thank you!