git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea11370
)
spi: dw: refactor code that handles clk_div
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Tue, 24 Feb 2015 11:32:12 +0000
(13:32 +0200)
committer
Mark Brown
<broonie@kernel.org>
Tue, 24 Feb 2015 14:43:34 +0000
(23:43 +0900)
This patch does the following changes:
a) the calculation of clk_div is simplified to oneliner;
b) chip->clk_div is updated if clk_div is not zero, therefore the condition is
simplified by using chip->clk_div in both cases;
c) while here, the redundant parentheses are removed.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-dw.c
patch
|
blob
|
history
diff --cc
drivers/spi/spi-dw.c
Simple merge