From: Jingoo Han Date: Fri, 29 Aug 2014 03:56:00 +0000 (+0100) Subject: iio: imu: inv_mpu6050: Remove casting the return value which is a void pointer X-Git-Tag: fixes-for-v3.18-merge-window~15^2~437^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63d1157dedd79e37bbc3f68f6a9886c5eeb99c27;p=pandora-kernel.git iio: imu: inv_mpu6050: Remove casting the return value which is a void pointer 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 Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed