commit | 63d1157dedd79e37bbc3f68f6a9886c5eeb99c27 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Fri Aug 29 04:56:00 2014 +0100 |
committer | Jonathan Cameron <jic23@kernel.org> | Sat Aug 30 10:31:46 2014 +0100 |
tree | 6b3a428c0cfc70fb2a451166dbe97ff1d19add04 | |
parent | 81816affeacfa360bfefabba774774e95f3dcc12 [diff] |
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 <jg1.han@samsung.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>