diff options
| author | Algapally Santosh Sagar <[email protected]> | 2023-01-19 22:36:17 -0700 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2023-01-27 08:42:47 +0100 |
| commit | b387c258240c761f61fbcd0c9b33039275219002 (patch) | |
| tree | a683c6186e68a9af993918387658354584db0aab /scripts/const_structs.checkpatch | |
| parent | 1d15612b99ad102cce8279bc31e9417cca95a7a4 (diff) | |
drivers: mmc: Change datatype of tuning_loop_counter to int
tuning_loop_counter is of char type, which is not capable of handling
the entire data range of this variable. This is pointed by below sparse
warning. Change datatype to int to fix this.
warning: comparison is always false due to limited range of data type.
Signed-off-by: Algapally Santosh Sagar <[email protected]>
Signed-off-by: Ashok Reddy Soma <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'scripts/const_structs.checkpatch')
0 files changed, 0 insertions, 0 deletions
