]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/staging/rt2860/common/rtmp_mcu.c
Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / drivers / staging / rt2860 / common / rtmp_mcu.c
index 844d4b987b78eef1c0b3df837522fbea55c195e6..80fa4160ed6246ea0f58d13b1e2fd7ba4cce7f66 100644 (file)
@@ -267,7 +267,7 @@ int RtmpAsicSendCommandToMcu(struct rt_rtmp_adapter *pAd,
                } while (i++ < 100);
 
                if (i > 100) {
-                       DBGPRINT_ERR(("H2M_MAILBOX still hold by MCU. command fail\n"));
+                       DBGPRINT_ERR("H2M_MAILBOX still hold by MCU. command fail\n");
                        return FALSE;
                }
 
@@ -296,7 +296,7 @@ int RtmpAsicSendCommandToMcu(struct rt_rtmp_adapter *pAd,
 #ifdef RTMP_MAC_PCI
 #endif /* RTMP_MAC_PCI // */
                        {
-                               DBGPRINT_ERR(("H2M_MAILBOX still hold by MCU. command fail\n"));
+                               DBGPRINT_ERR("H2M_MAILBOX still hold by MCU. command fail\n");
                        }
                        return FALSE;
                }