]> git.baikalelectronics.ru Git - kernel.git/commit
rtl8xxxu: fix typo on variable name, compare against correct variable
authorColin Ian King <colin.king@canonical.com>
Thu, 9 Jun 2016 18:38:50 +0000 (14:38 -0400)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 16 Jun 2016 14:49:18 +0000 (17:49 +0300)
commitfe5130e2ad5347661b2aabfb025ea771fc5c45ff
tree9fceee6e820a0ea899ba348b7bc6ee360e935f76
parent89a6245f4260ecb74eed3c3ff2ad61f0ebadcc60
rtl8xxxu: fix typo on variable name, compare against correct variable

path_b_ok is being assigned but immediately after path_a_ok is being
compared to the value 0x03.  This appears to be a typo on the
variable name, compare path_b_ok instead.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192e.c