From: Alan Stern Date: Wed, 11 Jul 2012 15:22:10 +0000 (-0400) Subject: USB: EHCI: return void instead of 0 X-Git-Tag: v3.6-rc1~101^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b015cb79ce84944076a8a849055f898f2a4d6be8;p=pandora-kernel.git USB: EHCI: return void instead of 0 This patch (as1574) changes the return type of multiple functions in ehci-sched.c from int to void. The values they return are now always 0, so there's no reason for them to return any value at all. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed