]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/staging/rt2860/common/cmm_mac_usb.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 / cmm_mac_usb.c
index 72731cbb81df0446a6d0b30337739d5fbc42475b..64a65a460c2982bc5996f39aea487637b8465dff 100644 (file)
@@ -236,7 +236,7 @@ int NICInitTransmit(struct rt_rtmp_adapter *pAd)
                os_alloc_mem(pAd, (u8 **) (&pAd->MgmtDescRing.AllocVa),
                             pAd->MgmtDescRing.AllocSize);
                if (pAd->MgmtDescRing.AllocVa == NULL) {
-                       DBGPRINT_ERR(("Failed to allocate a big buffer for MgmtDescRing!\n"));
+                       DBGPRINT_ERR("Failed to allocate a big buffer for MgmtDescRing!\n");
                        Status = NDIS_STATUS_RESOURCES;
                        goto out1;
                }