[PATCH v1 0/1] iio: Remove assignment to pf->timestamp by using elvis

From: Vasileios Amoiridis
Date: Sun Sep 22 2024 - 12:03:21 EST


Instead of checking the value of the pf->timestamp and determining to assign
to it a new one or not, use the elvis operator to save some lines and
to simplify it.

Vasileios Amoiridis (1):
iio: acpi-als: Use elvis operator to simplify if statement

drivers/iio/light/acpi-als.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)


base-commit: 8bea3878a1511bceadc2fbf284b00bcc5a2ef28d
--
2.25.1