commit | b4eb7393683d70976a0736b37f1562e8421e3120 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Mon May 21 11:45:51 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon May 21 16:17:09 2018 -0400 |
tree | 64a5af186e2591117a346355c443a6e1c43130bd | |
parent | 6f6e434aa267a6030477876d89444fe3a6b7a48d [diff] |
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>