Message ID | 20250218-dev-iio-misc-v1-0-bf72b20a1eb8@analog.com (mailing list archive) |
---|---|
Headers | show |
Series | iio: small fixes and improvements | expand |
On 2/18/25 4:31 AM, Nuno Sá via B4 Relay wrote: > The first patch is a fix for the backend code dealing with > direct_register_access. We need to properly terminate the received > string before passing it to sscanf(). > > The second patch is about using the simple_write_to_buffer() which makes > the direct_register_access write side more symmetric with the read side. > > --- Reviewed-by: David Lechner <dlechner@baylibre.com>