]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: adc: dln2-adc: simplify timestamp channel definition
authorDavid Lechner <dlechner@baylibre.com>
Mon, 25 May 2026 01:38:35 +0000 (20:38 -0500)
committerJonathan Cameron <jic23@kernel.org>
Sun, 31 May 2026 10:01:48 +0000 (11:01 +0100)
commit98f548bb911908dd2a60073c006ccebf9ce7c60a
treede93887b22844cb101c03eadb21f4b6fd44caf44
parentc73b6d7f0b7f2b2279134746cbacbb880222f374
iio: adc: dln2-adc: simplify timestamp channel definition

Use IIO_CHAN_SOFT_TIMESTAMP() to define the timestamp channel instead of
manually filling in the struct iio_chan_spec fields. This makes the code
less verbose and mistake-prone.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/dln2-adc.c