staging: bcm: Remove unnecessary pointer casting
authorLisa Nguyen <lisa@xenapiadmin.com>
Tue, 29 Oct 2013 21:19:50 +0000 (14:19 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Oct 2013 00:03:40 +0000 (17:03 -0700)
Some void pointers can be assigned to other
pointer variables in functions without casting.

Signed-off-by: Lisa Nguyen <lisa@xenapiadmin.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found