diff options
author | Xiaoming Ni <[email protected]> | 2020-12-18 18:41:37 +0800 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2020-12-29 10:07:59 +0530 |
commit | 8fb28795fb64e1151c0e713686d8b026a5a2aece (patch) | |
tree | 28d3b1b108378f533dba17d3c954bf7eac1a6ba3 /scripts/gdb/linux/utils.py | |
parent | ff58f7dd0c1352a01de3a40327895bd51e03de3a (diff) |
dmaengine: qcom: gpi: Fixes a format mismatch
drivers/dma/qcom/gpi.c:1419:3: warning: format '%lu' expects argument of
type 'long unsigned int', but argument 8 has type 'size_t {aka unsigned
int}' [-Wformat=]
drivers/dma/qcom/gpi.c:1427:31: warning: format '%lu' expects argument of
type 'long unsigned int', but argument 3 has type 'size_t {aka unsigned
int}' [-Wformat=]
drivers/dma/qcom/gpi.c:1447:3: warning: format '%llx' expects argument of
type 'long long unsigned int', but argument 4 has type 'dma_addr_t {aka
unsigned int}' [-Wformat=]
drivers/dma/qcom/gpi.c:1447:3: warning: format '%llx' expects argument of
type 'long long unsigned int', but argument 5 has type 'phys_addr_t {aka
unsigned int}' [-Wformat=]
Signed-off-by: Xiaoming Ni <[email protected]>
Reviewed-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions