commit | 8383c6bf9356cfd7093f7afbf16d2b8b4e1c2772 | [log] [tgz] |
---|---|---|
author | Thomas Meyer <thomas@m3y3r.de> | Tue Nov 08 20:14:14 2011 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Fri Nov 11 15:09:29 2011 +0100 |
tree | 99a348a8f6ec3102a8b6a1d82d0fd4cb4e915b42 | |
parent | 30307c69d59b14723fbf8a524847b302388c702d [diff] |
HID: hid-lg4ff: Casting (void *) value returned by kmalloc is useless Casting (void *) value returned by kmalloc is useless as mentioned in Documentation/CodingStyle, Chap 14. The semantic patch that makes this change is available in scripts/coccinelle/api/alloc/drop_kmalloc_cast.cocci. Signed-off-by: Thomas Meyer <thomas@m3y3r.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>