]> www.infradead.org Git - users/jedix/linux-maple.git/commit
usb: typec: tcpm: use max() to get higher value
authorR Sundar <prosunofficial@gmail.com>
Wed, 25 Sep 2024 12:20:14 +0000 (17:50 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Oct 2024 13:12:07 +0000 (15:12 +0200)
commitd7e75301b5d58f985a128e3875bd2ddf2bd3943b
tree6373cbf7268292e00ec3c838121f27bf0c838a2f
parent4904f9aa35b1b5f94cc388320f6835bc73f2ab87
usb: typec: tcpm: use max() to get higher value

Use max() for better readability and to fix cocci warnings.

Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Julia Lawall <julia.lawall@inria.fr>
Closes: https://lore.kernel.org/r/202409231009.2efXAh9b-lkp@intel.com/
Signed-off-by: R Sundar <prosunofficial@gmail.com>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20240925122014.552221-1-prosunofficial@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/tcpm/tcpm.c