[PATCH 1/1] net: amd-xgbe: use correct format specifier

Subsystems: amd xgbe driver, networking drivers, the rest

STALE3658d

2 messages, 2 authors, 2016-08-01 · open the first message on its own page

[PATCH 1/1] net: amd-xgbe: use correct format specifier

From: Heinrich Schuchardt <hidden>
Date: 2016-07-31 08:14:51

i has been defined as unsigned int.
So use %u for output.

Signed-off-by: Heinrich Schuchardt <redacted>
---
 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/amd/xgbe/xgbe-drv.c b/drivers/net/ethernet/amd/xgbe/xgbe-drv.c
index ebf9224..a9b2709 100644
--- a/drivers/net/ethernet/amd/xgbe/xgbe-drv.c
+++ b/drivers/net/ethernet/amd/xgbe/xgbe-drv.c
@@ -154,7 +154,7 @@ static int xgbe_alloc_channels(struct xgbe_prv_data *pdata)
 		goto err_rx_ring;
 
 	for (i = 0, channel = channel_mem; i < count; i++, channel++) {
-		snprintf(channel->name, sizeof(channel->name), "channel-%d", i);
+		snprintf(channel->name, sizeof(channel->name), "channel-%u", i);
 		channel->pdata = pdata;
 		channel->queue_index = i;
 		channel->dma_regs = pdata->xgmac_regs + DMA_CH_BASE +
-- 
2.8.1

Re: [PATCH 1/1] net: amd-xgbe: use correct format specifier

From: David Miller <davem@davemloft.net>
Date: 2016-08-01 20:50:54

From: Heinrich Schuchardt <redacted>
Date: Sun, 31 Jul 2016 10:07:18 +0200
i has been defined as unsigned int.
So use %u for output.

Signed-off-by: Heinrich Schuchardt <redacted>
Applied.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help