Skip to content

Commit 37963a4

Browse files
committed
Merge branch 'at91-4.19-trunk/lan78xx' into linux-4.19-at91
2 parents 12788dc + b8a577d commit 37963a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/net/usb/lan78xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ static int lan78xx_read_stats(struct lan78xx_net *dev,
522522
}
523523
} else {
524524
netdev_warn(dev->net,
525-
"Failed to read stat ret = 0x%x", ret);
525+
"Failed to read stat ret = %d", ret);
526526
}
527527

528528
kfree(stats);

0 commit comments

Comments
 (0)