From: Russell King - ARM Linux Date: Mon, 3 Jan 2011 22:41:54 +0000 (+0000) Subject: ARM: PL08x: make pl08x_fill_lli_for_desc() return void X-Git-Tag: v2.6.38-rc1~25^2~11^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0059005f2cbf4847551b9ad9915ffffe23aef0b9;p=pandora-kernel.git 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 Acked-by: Linus Walleij Signed-off-by: Dan Williams --- Reading git-diff-tree failed