diff options
author | Marc Kleine-Budde <[email protected]> | 2022-05-02 19:54:51 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-05-09 18:18:10 +0100 |
commit | 1a23461a8a08c4a32972dec31a394eee3302511d (patch) | |
tree | 2c616557a7d3e259cc5842cabb6914e5548729e7 /tools/perf/scripts/python/stackcollapse.py | |
parent | a8c785c1e75538876b524247a3738db53b1f78b8 (diff) |
spi: spi-imx: mx51_ecspi_intctrl(): prefer 'unsigned int' to bare use of 'unsigned'
This patch fixes the following checkpatch warning, by making val an
"unsigned int".
| WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
| + unsigned val = 0;
Signed-off-by: Marc Kleine-Budde <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions