]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
b43: Clarify logged message after fatal DMA error and switch to PIO mode
authorLarry Finger <Larry.Finger@lwfinger.net>
Sat, 19 Jun 2010 13:29:08 +0000 (08:29 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 21 Jun 2010 19:39:59 +0000 (15:39 -0400)
The message following fatal DMA errors fails to indicate properly that the
driver has switched to PIO mode.

Signed-off-by: Larry Finger <Larry.Finger@wfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/main.c

index 7965b70efbab5de2d1149eda5eba68f0bd871a9b..8e243798ae9342163aabe18cde7beeafda9305a6 100644 (file)
@@ -1804,7 +1804,7 @@ static void b43_do_interrupt_thread(struct b43_wldev *dev)
                               dma_reason[2], dma_reason[3],
                               dma_reason[4], dma_reason[5]);
                        b43err(dev->wl, "This device does not support DMA "
-                              "on your system. Please use PIO instead.\n");
+                              "on your system. It will now be switched to PIO.\n");
                        /* Fall back to PIO transfers if we get fatal DMA errors! */
                        dev->use_pio = 1;
                        b43_controller_restart(dev, "DMA error");