Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e03551d7 authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

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: default avatarStefan Schmidt <stefan@osg.samsung.com>
parent 5cc92049
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: