]> git.karo-electronics.de Git - linux-beck.git/commit
net: enic: use correct type specifier
authorxypron.glpk@gmx.de <xypron.glpk@gmx.de>
Sun, 31 Jul 2016 09:10:08 +0000 (11:10 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Aug 2016 20:32:52 +0000 (13:32 -0700)
commit8d546f58ec441d1377457b2134fb27ba2455d9f8
tree526c045fa681a2ecc72394c75e33cf02f2cde8f4
parent4c2e9e299626b602024352848baa9c7b7bfee15f
net: enic: use correct type specifier

i is defined as unsigned.
So print it with %u.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cisco/enic/enic_main.c