commit | b015cb79ce84944076a8a849055f898f2a4d6be8 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Wed Jul 11 11:22:10 2012 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jul 16 16:54:24 2012 -0700 |
tree | 88776700087a93d8836fd3c50815c157d0015078 | |
parent | 3ca9aebac2ebb8f56d2d097636b8c568320a9f87 [diff] |
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 <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>