bna: CheckPatch Cleanup
Change details: - Driver cleanup as per new checkpatch v0.31 Signed-off-by: Rasesh Mody <rmody@brocade.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5aad00118f
commit
0120b99c8d
|
@ -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),
|
||||||
|
|
Loading…
Reference in New Issue