From 63d1157dedd79e37bbc3f68f6a9886c5eeb99c27 Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Fri, 29 Aug 2014 04:56:00 +0100 Subject: [PATCH] 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-format-patch failed