commit | 2a953cfd42c00bab00e792422f7c2064c5f0b410 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Sep 30 10:24:10 2010 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Oct 05 08:50:14 2010 -0700 |
tree | b778ac83e76de8c5c5644e5061cc19b649f5e8cf | |
parent | 7cfd8a3720c0d266e402c5f6c688a63c213491df [diff] |
staging/ft1000-usb: fix problems found by sparse In the original code, address space annotations are missing, which hides a possible unchecked user pointer access. Two functions use a lot of stack space. Extern declarations are all in the wrong place, which leads to type differences between caller and callee in some cases. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>