]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/staging/rt2860/common/cmm_mac_pci.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_pci.c
index e26ba494287789b341af54c9d97714b2b9f88881..850f0fbc6d902768d92462c468ccc0cb7b890104 100644 (file)
@@ -89,7 +89,7 @@ int RTMPAllocTxRxRingMemory(struct rt_rtmp_adapter *pAd)
 
                        if (pAd->TxDescRing[num].AllocVa == NULL) {
                                ErrorValue = ERRLOG_OUT_OF_SHARED_MEMORY;
-                               DBGPRINT_ERR(("Failed to allocate a big buffer\n"));
+                               DBGPRINT_ERR("Failed to allocate a big buffer\n");
                                Status = NDIS_STATUS_RESOURCES;
                                break;
                        }
@@ -121,7 +121,7 @@ int RTMPAllocTxRxRingMemory(struct rt_rtmp_adapter *pAd)
 
                        if (pAd->TxBufSpace[num].AllocVa == NULL) {
                                ErrorValue = ERRLOG_OUT_OF_SHARED_MEMORY;
-                               DBGPRINT_ERR(("Failed to allocate a big buffer\n"));
+                               DBGPRINT_ERR("Failed to allocate a big buffer\n");
                                Status = NDIS_STATUS_RESOURCES;
                                break;
                        }
@@ -197,7 +197,7 @@ int RTMPAllocTxRxRingMemory(struct rt_rtmp_adapter *pAd)
 
                if (pAd->MgmtDescRing.AllocVa == NULL) {
                        ErrorValue = ERRLOG_OUT_OF_SHARED_MEMORY;
-                       DBGPRINT_ERR(("Failed to allocate a big buffer\n"));
+                       DBGPRINT_ERR("Failed to allocate a big buffer\n");
                        Status = NDIS_STATUS_RESOURCES;
                        break;
                }
@@ -251,7 +251,7 @@ int RTMPAllocTxRxRingMemory(struct rt_rtmp_adapter *pAd)
 
                if (pAd->RxDescRing.AllocVa == NULL) {
                        ErrorValue = ERRLOG_OUT_OF_SHARED_MEMORY;
-                       DBGPRINT_ERR(("Failed to allocate a big buffer\n"));
+                       DBGPRINT_ERR("Failed to allocate a big buffer\n");
                        Status = NDIS_STATUS_RESOURCES;
                        break;
                }
@@ -304,7 +304,7 @@ int RTMPAllocTxRxRingMemory(struct rt_rtmp_adapter *pAd)
                        /* Error handling */
                        if (pDmaBuf->AllocVa == NULL) {
                                ErrorValue = ERRLOG_OUT_OF_SHARED_MEMORY;
-                               DBGPRINT_ERR(("Failed to allocate RxRing's 1st buffer\n"));
+                               DBGPRINT_ERR("Failed to allocate RxRing's 1st buffer\n");
                                Status = NDIS_STATUS_RESOURCES;
                                break;
                        }