spi: ti_qspi: Fix compiler warning when DEBUG macro is set
authorVignesh R <vigneshr@ti.com>
Fri, 22 Jul 2016 05:25:49 +0000 (10:55 +0530)
committerJagan Teki <jteki@openedev.com>
Fri, 29 Jul 2016 18:45:00 +0000 (00:15 +0530)
commitc595a2853099657ac97ccc7154a03e4d759fb909
tree7b7ffcf8c0fc5da7561b16091bf6fc28ae575163
parent69eeefaa060a848cd6acd8c94d1c43c9022adf53
spi: ti_qspi: Fix compiler warning when DEBUG macro is set

clk_div is uninitialized at the beginning of ti_spi_set_speed(), move
debug() print after clk_div calculation to avoid compiler warning and to
have proper value of clk_div printed during debugging.

Signed-off-by: Vignesh R <vigneshr@ti.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
Reviewed-by: Mugunthan V N <mugunthanvnm@ti.com>
drivers/spi/ti_qspi.c