]> git.karo-electronics.de Git - mv-sheeva.git/commit
ARM: PL08x: make pl08x_fill_lli_for_desc() return void
authorRussell King - ARM Linux <linux@arm.linux.org.uk>
Mon, 3 Jan 2011 22:41:54 +0000 (22:41 +0000)
committerDan Williams <dan.j.williams@intel.com>
Wed, 5 Jan 2011 03:16:13 +0000 (19:16 -0800)
commit0059005f2cbf4847551b9ad9915ffffe23aef0b9
treeff40c68f8c836d217b81d5c385e4ff2275a335be
parent858c21c0f380fb9c78f47f3e372f9baadc54dffe
ARM: PL08x: make pl08x_fill_lli_for_desc() return void

We don't need pl08x_fill_lli_for_desc() to return num_llis + 1 as
we know that's what it always does.  We can just pass in num_llis
and use post-increment in the caller.

This makes the code slightly easier to read.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/dma/amba-pl08x.c