2024-04-17 12:34:45

by Julia Lawall

[permalink] [raw]
Subject: drivers/net/phy/motorcomm.c:885:12-14: WARNING opportunity for min() (fwd)



---------- Forwarded message ----------
Date: Wed, 17 Apr 2024 20:21:23 +0800
From: kernel test robot <[email protected]>
To: [email protected]
Cc: [email protected], Julia Lawall <[email protected]>
Subject: drivers/net/phy/motorcomm.c:885:12-14: WARNING opportunity for min()

BCC: [email protected]
CC: [email protected]
CC: [email protected]
TO: Samin Guo <[email protected]>
CC: Hal Feng <[email protected]>
CC: Andrew Lunn <[email protected]>

tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 96fca68c4fbf77a8185eb10f7557e23352732ea2
commit: 7a561e9351ae7e3fb1f08584d40b49c1e55dde60 net: phy: motorcomm: Add pad drive strength cfg support
date: 9 months ago
:::::: branch date: 2 days ago
:::::: commit date: 9 months ago
config: i386-randconfig-053-20240417 (https://download.01.org/0day-ci/archive/20240417/[email protected]/config)
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <[email protected]>
| Reported-by: Julia Lawall <[email protected]>
| Closes: https://lore.kernel.org/r/[email protected]/

cocci warnings: (new ones prefixed by >>)
>> drivers/net/phy/motorcomm.c:885:12-14: WARNING opportunity for min()

vim +885 drivers/net/phy/motorcomm.c

7a561e9351ae7e3 Samin Guo 2023-07-20 877
7a561e9351ae7e3 Samin Guo 2023-07-20 878 static u32 yt8531_get_ldo_vol(struct phy_device *phydev)
7a561e9351ae7e3 Samin Guo 2023-07-20 879 {
7a561e9351ae7e3 Samin Guo 2023-07-20 880 u32 val;
7a561e9351ae7e3 Samin Guo 2023-07-20 881
7a561e9351ae7e3 Samin Guo 2023-07-20 882 val = ytphy_read_ext_with_lock(phydev, YT8521_CHIP_CONFIG_REG);
7a561e9351ae7e3 Samin Guo 2023-07-20 883 val = FIELD_GET(YT8531_RGMII_LDO_VOL_MASK, val);
7a561e9351ae7e3 Samin Guo 2023-07-20 884
7a561e9351ae7e3 Samin Guo 2023-07-20 @885 return val <= YT8531_LDO_VOL_1V8 ? val : YT8531_LDO_VOL_1V8;
7a561e9351ae7e3 Samin Guo 2023-07-20 886 }
7a561e9351ae7e3 Samin Guo 2023-07-20 887

--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki