diff options
author | Srinivas Kandagatla <[email protected]> | 2018-05-17 10:59:16 +0100 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2018-05-17 16:28:24 +0530 |
commit | 5c63de1eaadae5c7941c283e6d5577d8a588159d (patch) | |
tree | eb427a96cc100adb271d5ebb19b9298f72195e25 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 (diff) |
dmaengine: qcom: bam_dma: fix invalid assignment warning
Building kernel with W=1 throws below invalid assignment warnings.
bam_dma.c:676:44: warning: invalid assignment: +=
bam_dma.c:676:44: left side has type unsigned long
bam_dma.c:676:44: right side has type restricted __le16
bam_dma.c:921:41: warning: invalid assignment: +=
bam_dma.c:921:41: left side has type unsigned long
bam_dma.c:921:41: right side has type restricted __le16
Fix them!.
Signed-off-by: Srinivas Kandagatla <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions