diff options
author | Masahiro Yamada | 2017-06-13 15:17:28 +0900 |
---|---|---|
committer | Tom Rini | 2017-06-16 10:11:38 -0400 |
commit | 51855e8981e1b5e0a7b919662c32d0e4a374f575 (patch) | |
tree | 762738b85b584532488494177b725e284b82cb6e /drivers/ddr | |
parent | f9e4afcd162301b3e32a9cceb9283005a8638bd1 (diff) |
treewide: remove unneeded semicolons
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'drivers/ddr')
-rw-r--r-- | drivers/ddr/marvell/axp/ddr3_dqs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ddr/marvell/axp/ddr3_dqs.c b/drivers/ddr/marvell/axp/ddr3_dqs.c index 71a986d54f1..46443364d13 100644 --- a/drivers/ddr/marvell/axp/ddr3_dqs.c +++ b/drivers/ddr/marvell/axp/ddr3_dqs.c @@ -1268,7 +1268,7 @@ int ddr3_set_dqs_centralization_results(MV_DRAM_INFO *dram_info, u32 cs, max_pup = (ecc + (1 - ecc) * dram_info->num_of_std_pups); - DEBUG_DQS_RESULTS_S("\n############ LOG LEVEL 2(Windows margins) ############\n");; + DEBUG_DQS_RESULTS_S("\n############ LOG LEVEL 2(Windows margins) ############\n"); if (is_tx) { DEBUG_DQS_RESULTS_C("DDR3 - DQS TX - Set Dqs Centralization Results - CS: ", |