commit | c70410cb91de70707a507ee7beef7021a5a89f0d | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Jun 09 14:38:50 2016 -0400 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Jun 16 17:49:18 2016 +0300 |
tree | 9fceee6e820a0ea899ba348b7bc6ee360e935f76 | |
parent | bba42c7877d3efce86ca331ad1a7e37046627c72 [diff] |
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>