Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7853140e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: sensors: correct the min_delay of mpu3050"

parents 7270c3a6 b8b7f5fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -709,7 +709,7 @@ static int mpu3050_probe(struct i2c_client *client,
	}

	sensor->cdev = sensors_cdev;
	sensor->cdev.min_delay = MPU3050_MIN_POLL_INTERVAL;
	sensor->cdev.min_delay = MPU3050_MIN_POLL_INTERVAL * 1000;
	sensor->cdev.delay_msec = sensor->poll_interval;
	sensor->cdev.sensors_enable = mpu3050_enable_set;
	sensor->cdev.sensors_poll_delay = mpu3050_poll_delay_set;