OSDN Git Service

platform/x86: dell-smo8800: Use min_t() for comparison and assignment
authorDeepak R Varma <drv@mailo.com>
Fri, 27 Jan 2023 16:31:49 +0000 (22:01 +0530)
committerHans de Goede <hdegoede@redhat.com>
Fri, 3 Feb 2023 09:01:50 +0000 (10:01 +0100)
commitbdf2ffb6be35d1ae48cb4b7785a9f0427b601017
treee3b4d0b4c7c5e43ffe34948dcda7c8ba6ba60496
parentcf2cc541423f51731c5844dddb0699e301616a86
platform/x86: dell-smo8800: Use min_t() for comparison and assignment

Simplify code by using min_t helper macro for logical evaluation
and value assignment. Use the _t variant of min macro since the
variable types are not same.
This issue is identified by coccicheck using the minmax.cocci file.

Signed-off-by: Deepak R Varma <drv@mailo.com>
Acked-by: Pali Rohár <pali@kernel.org>
Link: https://lore.kernel.org/r/Y9P8debIztOZXazW@ubun2204.myguest.virtualbox.org
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/dell/dell-smo8800.c