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

Commit c4e87b52 authored by Alexander Usyskin's avatar Alexander Usyskin Committed by Greg Kroah-Hartman
Browse files

mei: replace stray pr_debug with dev_dbg



Driver better use dev_dbg, not pr_debug.

Signed-off-by: default avatarAlexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f9350129
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@ static int mei_me_probe(struct pci_dev *pdev, const struct pci_device_id *ent)

	schedule_delayed_work(&dev->timer_work, HZ);

	pr_debug("initialization successful.\n");
	dev_dbg(&pdev->dev, "initialization successful.\n");

	return 0;