commit | 92fa8971f31b25e041a74a1913bca8f7f3d6e48d | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Wed Jun 27 22:01:47 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jul 06 16:10:54 2012 -0700 |
tree | 0b6f88e0c8996dbcf89e36fe8e01dacc7553bb98 | |
parent | ea15b7b219b19c9ddb668ab3d5d727f46900605e [diff] |
staging: vt6656: int.c: Remove unneeded cast When assigning a void* to a variable <of some other type>, the value is cast implicitly - there's no need for explicit cast. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>