[PATCH 0/3] iio: frequency: ad9834: driver cleanup

Joshua Crofts posted 3 patches 2 months ago
drivers/staging/iio/frequency/ad9834.c | 26 +++++++++++++++-----------
1 file changed, 15 insertions(+), 11 deletions(-)
[PATCH 0/3] iio: frequency: ad9834: driver cleanup
Posted by Joshua Crofts 2 months ago
This series deals with cleaning up includes, changing sprintf()
to sysfs_emit() for better writing to userspace and adding mutexes
when reading st->control to prevent data races.

Joshua Crofts (3):
  iio: frequency: ad9834: clean up includes
  iio: frequency: ad9834: change sprintf() to sysfs_emit()
  iio: frequency: ad9834: add mutex_lock() when reading st->control

 drivers/staging/iio/frequency/ad9834.c | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

-- 
2.47.3