linux/drivers/iio/imu/inv_mpu6050
Jingoo Han 63d1157ded 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>
2014-08-30 10:31:46 +01:00
..
inv_mpu_core.c iio: imu: inv_mpu6050: Remove casting the return value which is a void pointer 2014-08-30 10:31:46 +01:00
inv_mpu_iio.h iio: imu: inv_mpu6050: Add compatibity with MPU6500 2014-03-29 10:45:09 +00:00
inv_mpu_ring.c iio: delete non-required instances of include <linux/init.h> 2014-01-11 11:59:00 +00:00
inv_mpu_trigger.c iio:trigger: Introduce iio_tigger_{set,get}_drvdata 2013-03-25 21:06:09 +00:00
Kconfig iio: imu: inv_mpu6050: Add compatibity with MPU6500 2014-03-29 10:45:09 +00:00
Makefile