mei: replace stray pr_debug with dev_dbg

Driver better use dev_dbg, not pr_debug.

Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Alexander Usyskin 2013-10-21 22:05:42 +03:00 committed by Greg Kroah-Hartman
parent f9350129a0
commit c4e87b5259
1 changed files with 1 additions and 1 deletions

View File

@ -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;