Comment out line which checks for attempt to set sampling rate beyond that supported by device.

This commit is contained in:
Robert Dickenson
2016-03-25 08:52:25 +11:00
committed by Lorenz Meier
parent edd17771b1
commit 630146686e
+1 -1
View File
@@ -669,7 +669,7 @@ LIS3MDL::ioctl(struct file *filp, int cmd, unsigned long arg)
/* check against maximum rate */
if (ticks < USEC2TICK(LIS3MDL_CONVERSION_INTERVAL)) {
return -EINVAL;
// RobD: quick fix for Phil's testing return -EINVAL;
}
/* update interval for next measurement */