Re: [PATCH 1/1] net: enic: use correct type specifier

2016-08-01 Thread David Miller
From: Heinrich Schuchardt Date: Sun, 31 Jul 2016 11:10:08 +0200 > i is defined as unsigned. > So print it with %u. > > Signed-off-by: Heinrich Schuchardt Applied.

[PATCH 1/1] net: enic: use correct type specifier

2016-07-31 Thread Heinrich Schuchardt
i is defined as unsigned. So print it with %u. Signed-off-by: Heinrich Schuchardt --- drivers/net/ethernet/cisco/enic/enic_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/cisco/enic/enic_main.c