From: Stefan Schmidt Date: Tue, 22 Nov 2016 13:02:07 +0000 (+0100) Subject: ieee802154: fakelb: print number of created fake devices during probe X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e03551d7b99c35d7d35f6862c37e3ce9f7c6787c;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ieee802154: fakelb: print number of created fake devices during probe When using fakelb with different network sizes it becomes handy to have the number of created fake devices printed in the log as well. Signed-off-by: Stefan Schmidt --- diff --git a/drivers/net/ieee802154/fakelb.c b/drivers/net/ieee802154/fakelb.c index ec387efb61d0..0d673f7682ee 100644 --- a/drivers/net/ieee802154/fakelb.c +++ b/drivers/net/ieee802154/fakelb.c @@ -218,7 +218,7 @@ static int fakelb_probe(struct platform_device *pdev) goto err_slave; } - dev_info(&pdev->dev, "added ieee802154 hardware\n"); + dev_info(&pdev->dev, "added %i fake ieee802154 hardware devices\n", numlbs); return 0; err_slave: