Skip to content

Commit

Permalink
PCI ECRC: Remove unnecessary semicolons
Browse files Browse the repository at this point in the history
Acked-by: Andrew Patterson <andrew.patterson@hp.com>
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
  • Loading branch information
Joe Perches authored and Jesse Barnes committed Jun 29, 2009
1 parent 0d07348 commit 50e5628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/pcie/aer/ecrc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 50e5628

Please sign in to comment.