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)
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>

No differences found