]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/qlge/qlge_main.c
drivers/net: Move && and || to end of previous line
[net-next-2.6.git] / drivers / net / qlge / qlge_main.c
index 7692299e7826b4bd5206e0f7ddd1b16dc9a0566a..707b391afa02e434fb33ac180ac661d358fb7438 100644 (file)
@@ -2347,8 +2347,8 @@ static int ql_alloc_tx_resources(struct ql_adapter *qdev,
            pci_alloc_consistent(qdev->pdev, tx_ring->wq_size,
                                 &tx_ring->wq_base_dma);
 
-       if ((tx_ring->wq_base == NULL)
-               || tx_ring->wq_base_dma & WQ_ADDR_ALIGN) {
+       if ((tx_ring->wq_base == NULL) ||
+           tx_ring->wq_base_dma & WQ_ADDR_ALIGN) {
                QPRINTK(qdev, IFUP, ERR, "tx_ring alloc failed.\n");
                return -ENOMEM;
        }