mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
treewide: remove unneeded semicolons
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:

committed by
Tom Rini

parent
f9e4afcd16
commit
51855e8981
@ -709,7 +709,7 @@ unsigned long determine_pci_clock_per(void)
|
||||
pci_period = PERIOD_66_66MHZ;
|
||||
break;
|
||||
default:
|
||||
pci_period = PERIOD_33_33MHZ;;
|
||||
pci_period = PERIOD_33_33MHZ;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user