diff options
author | Shyam Sundar S K <[email protected]> | 2023-01-24 17:17:32 +0530 |
---|---|---|
committer | Wolfram Sang <[email protected]> | 2023-01-28 20:05:32 +0100 |
commit | 1c7c5fca523ed623ffc9718061b2773f9cecb4da (patch) | |
tree | 96345447751091c56aae25240c2acdda991be8df /tools/perf/scripts/python | |
parent | 60a1f9f28660657f863a3846a64b6c3cbb18f07d (diff) |
i2c: designware: Change from u32 to unsigned int for regmap_read() calls
regmap_read() API signature expects the caller to send "unsigned int"
type to return back the read value, but there are some occurrences of 'u32'
across i2c-designware-* files.
Change them to match the regmap_read() signature.
Signed-off-by: Shyam Sundar S K <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Acked-by: Jarkko Nikula <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions