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

Vasileios Amoiridis posted 1 patch 2 months, 1 week ago
drivers/iio/light/acpi-als.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
[PATCH v1 0/1] iio: Remove assignment to pf->timestamp by using elvis
Posted by Vasileios Amoiridis 2 months, 1 week ago
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