]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/net/netxen/netxen_nic_init.c
drivers/net: return operator cleanup
[mirror_ubuntu-jammy-kernel.git] / drivers / net / netxen / netxen_nic_init.c
index cabae7bb1fc6777d3366c5a8728feadcd53d0aa3..9b05e7da83ded453f8c480850961bed534146d27 100644 (file)
@@ -346,7 +346,7 @@ static u32 netxen_decode_crb_addr(u32 addr)
        if (pci_base == NETXEN_ADDR_ERROR)
                return pci_base;
        else
-               return (pci_base + offset);
+               return pci_base + offset;
 }
 
 #define NETXEN_MAX_ROM_WAIT_USEC       100
@@ -1792,7 +1792,7 @@ int netxen_process_cmd_ring(struct netxen_adapter *adapter)
        done = (sw_consumer == hw_consumer);
        spin_unlock(&adapter->tx_clean_lock);
 
-       return (done);
+       return done;
 }
 
 void