diff options
| author | Sanman Pradhan <psanman@juniper.net> | 2026-03-07 14:45:19 -0800 |
|---|---|---|
| committer | Guenter Roeck <linux@roeck-us.net> | 2026-03-30 19:45:06 -0700 |
| commit | 0a42986b65776759490ac960910651c1e4634b17 (patch) | |
| tree | e543ddb2f25ffd49d1adc95f30ac7fcdd5b671af /tools/lib/python/kdoc/python_version.py | |
| parent | 69694e9622118e546a735affc311ac8e652111d6 (diff) | |
hwmon: (pmbus/max31785) fix argument type for i2c_smbus_write_byte_data wrapper
The local wrapper max31785_i2c_write_byte_data() declares its data
parameter as u16 but passes it directly to i2c_smbus_write_byte_data()
which takes u8. Fix the type to match the underlying API.
No functional change; all current callers pass values that fit in u8.
Signed-off-by: Sanman Pradhan <psanman@juniper.net>
Link: https://lore.kernel.org/r/20260307224517.38316-2-sanman.p211993@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'tools/lib/python/kdoc/python_version.py')
0 files changed, 0 insertions, 0 deletions
