iio: imu: inv_mpu6050: Remove casting the return value which is a void pointer
authorJingoo Han <jg1.han@samsung.com>
Fri, 29 Aug 2014 03:56:00 +0000 (04:56 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sat, 30 Aug 2014 09:31:46 +0000 (10:31 +0100)
Casting the return value which is a void pointer is redundant.
The conversion from void pointer to any other pointer type is
guaranteed by the C programming language.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

No differences found