aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorshaftarger <[email protected]>2018-12-28 16:33:12 +0800
committerMark Brown <[email protected]>2019-01-07 18:15:54 +0000
commite1bc204894eae69b153eb63d9fd65414466fb639 (patch)
treec11e400be917d452bdea0c7f96ba1c9d4a10c8ee /tools/perf/scripts/python/net_dropmonitor.py
parent0dcdcd0e42d33cd5e592935aa7a93e5461c1ddb9 (diff)
spi: dw: fix potential variable assignment error
spi::mode is defined by framework for several SPI capabilities, such as polarity, phase, bit-endian, wire number. Directly use this variable for setting controller's polarity and phase causes other bit in register being set. Since SPI framework has its definition, SPI_CPOL and SPI_CPHA offset may be changed by framwork change. Instead of just mask off the relevant bits, fetch required bit in spi::mode and set to register. Signed-off-by: shaftarger <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions