summaryrefslogtreecommitdiff
path: root/drivers/dma/mediatek/mtk-hsdma.c
diff options
context:
space:
mode:
authorXiaoming Ni <nixiaoming@huawei.com>2020-12-18 13:41:37 +0300
committerVinod Koul <vkoul@kernel.org>2020-12-29 07:37:59 +0300
commit8fb28795fb64e1151c0e713686d8b026a5a2aece (patch)
tree28d3b1b108378f533dba17d3c954bf7eac1a6ba3 /drivers/dma/mediatek/mtk-hsdma.c
parentff58f7dd0c1352a01de3a40327895bd51e03de3a (diff)
downloadlinux-8fb28795fb64e1151c0e713686d8b026a5a2aece.tar.xz
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 <nixiaoming@huawei.com> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20201218104137.59200-1-nixiaoming@huawei.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/mediatek/mtk-hsdma.c')
0 files changed, 0 insertions, 0 deletions