rtl8xxxu: Do not overwrite rtl8xxxu_debug for untested chips

Fix a silly bug where the debug level was overwritten rather than
amended for untested chips.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
Jes Sorensen 2016-02-29 17:04:31 -05:00 коммит произвёл Kalle Valo
Родитель c7a5a190df
Коммит eaa4d14c97
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6391,7 +6391,7 @@ static int rtl8xxxu_probe(struct usb_interface *interface,
}
if (untested) {
rtl8xxxu_debug = RTL8XXXU_DEBUG_EFUSE;
rtl8xxxu_debug |= RTL8XXXU_DEBUG_EFUSE;
dev_info(&udev->dev,
"This Realtek USB WiFi dongle (0x%04x:0x%04x) is untested!\n",
id->idVendor, id->idProduct);