diff options
| author | Jay Fang <[email protected]> | 2021-03-04 18:47:52 +0800 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2021-03-10 12:47:01 +0000 |
| commit | 31890269c0a031e704f995bbd39e1fd77a381207 (patch) | |
| tree | 18c6f62a4156825dbed332329c9966cc41851c12 /tools/perf/scripts/python/bin | |
| parent | 2c94b1b7dda187f654f925f32985d9121431730e (diff) | |
spi: cadence-quadspi: Silence shiftTooManyBitsSigned warning
drivers/spi/spi-cadence-quadspi.c:267:18: warning: Shifting signed 32-bit
value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
return reg & (1 << CQSPI_REG_CONFIG_IDLE_LSB);
^
Reported-by: kernel test robot <[email protected]>
Reported-by: Dan Carpenter <[email protected]>
Signed-off-by: Jay Fang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions