staging:iio:adis16260: Remove 'SPS' suffix from samplerate attribute
This is not part of the ABI. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
8aa55d103c
commit
9aa5aad872
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue