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)
commitc70410cb91de70707a507ee7beef7021a5a89f0d
tree9fceee6e820a0ea899ba348b7bc6ee360e935f76
parentbba42c7877d3efce86ca331ad1a7e37046627c72
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