]> git.baikalelectronics.ru Git - kernel.git/commit
fddi: print an address with %p format specifier rather than %x
authorColin Ian King <colin.king@canonical.com>
Fri, 5 Jun 2015 18:19:11 +0000 (19:19 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 7 Jun 2015 07:31:22 +0000 (00:31 -0700)
commit4ffd283e341a581a655f248b9578c352fd09b98d
tree17ad6b2c584d3018db924b9f777cabbbcde69b20
parentaeabf528521ca18623ee6d82a13cc5e70ab0013a
fddi: print an address with %p format specifier rather than %x

The debug is printing the struct smt_header * address using
the %x format specifier. Fix it to use %p instead.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/fddi/skfp/srf.c