mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
PCI ECRC: Remove unnecessary semicolons
Acked-by: Andrew Patterson <andrew.patterson@hp.com> Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
parent
0d07348931
commit
50e5628a4a
@ -106,7 +106,7 @@ void pcie_set_ecrc_checking(struct pci_dev *dev)
|
||||
disable_ecrc_checking(dev);
|
||||
break;
|
||||
case ECRC_POLICY_ON:
|
||||
enable_ecrc_checking(dev);;
|
||||
enable_ecrc_checking(dev);
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user