]> bbs.cooldavid.org Git - net-next-2.6.git/commit
sh: clkfwk: Fix fault in frequency iterator.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 15 Oct 2010 15:51:05 +0000 (00:51 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 15 Oct 2010 15:51:05 +0000 (00:51 +0900)
commite5690e0dcffe38fa7b4b6336169a0c518d8a688e
tree4243aaaf7bb0f68c0904975ac834f65d46bc1942
parent8e122db61c98debbc35e26dd29504958cbcf2cbb
sh: clkfwk: Fix fault in frequency iterator.

When updating the iterator macro an old argument assignment was used on
the initial assignment causing a fault on the table rounding. Fix it up.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/sh/clk.c