]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ti: ethernet: cpdma: Use correct format for genpool_*
authorFlorian Fainelli <f.fainelli@gmail.com>
Mon, 21 May 2018 18:45:51 +0000 (11:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 May 2018 20:17:09 +0000 (16:17 -0400)
commitb4eb7393683d70976a0736b37f1562e8421e3120
tree64a5af186e2591117a346355c443a6e1c43130bd
parent6f6e434aa267a6030477876d89444fe3a6b7a48d
ti: ethernet: cpdma: Use correct format for genpool_*

Now that we can compile davinci_cpdma.c on 64-bit hosts, we can see that
the format used for printing a size_t type is incorrect, use %zd
accordingly.

Fixes: aeec3021043b ("net: ethernet: ti: cpdma: remove used_desc counter")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/davinci_cpdma.c