On 07/17/13 15:44, Lars-Peter Clausen wrote: > This is not part of the ABI. > > Signed-off-by: Lars-Peter Clausen <lars@xxxxxxxxxx> I thought we had cleared all these out long ago. Oh well, Applied to the togreg branch of iio.git Thanks. > --- > drivers/staging/iio/gyro/adis16260_core.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/iio/gyro/adis16260_core.c b/drivers/staging/iio/gyro/adis16260_core.c > index 4b62000..a140d73 100644 > --- a/drivers/staging/iio/gyro/adis16260_core.c > +++ b/drivers/staging/iio/gyro/adis16260_core.c > @@ -135,7 +135,7 @@ static ssize_t adis16260_read_frequency(struct device *dev, > else > sps = (t & ADIS16260_SMPL_PRD_TIME_BASE) ? 66 : 2048; > sps /= (t & ADIS16260_SMPL_PRD_DIV_MASK) + 1; > - len = sprintf(buf, "%d SPS\n", sps); > + len = sprintf(buf, "%d\n", sps); > return len; > } > > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html