Commit 0120b99c authored by Rasesh Mody's avatar Rasesh Mody Committed by David S. Miller

bna: CheckPatch Cleanup

Change details:
 - Driver cleanup as per new checkpatch v0.31
Signed-off-by: default avatarRasesh Mody <rmody@brocade.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5aad0011
...@@ -3209,7 +3209,7 @@ bnad_pci_remove(struct pci_dev *pdev) ...@@ -3209,7 +3209,7 @@ bnad_pci_remove(struct pci_dev *pdev)
free_netdev(netdev); free_netdev(netdev);
} }
static const struct pci_device_id bnad_pci_id_table[] = { static DEFINE_PCI_DEVICE_TABLE(bnad_pci_id_table) = {
{ {
PCI_DEVICE(PCI_VENDOR_ID_BROCADE, PCI_DEVICE(PCI_VENDOR_ID_BROCADE,
PCI_DEVICE_ID_BROCADE_CT), PCI_DEVICE_ID_BROCADE_CT),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment