[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CANV78LQqr8sd3JXBCDGKVY8KNWY67gWRxZRV6uAGdWND7fWL6g@mail.gmail.com>
Date: Fri, 21 Jun 2013 14:50:06 -0700
From: Charles Anthony <charles.unix.pro@...il.com>
To: Tomas Winkler <tomas.winkler@...el.com>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] Minor patch for drivers/misc/mei/pci-me.c: Delete stray
dev_err() calls.
The pci-me.c code contains 2 dev_err() calls which are apparently left
over from debugging; they do not represent actual error conditions.
They do produce messages in a "quiet" kernel, and add ERROR entries to
the logger.
Signed-off-by: "charles anthony" <charles.unix.pro@...il.com>
Linux 3.10-rc6
--- linux-3.10-rc6/drivers/misc/mei/pci-me.c.orig 2013-06-21
14:30:33.916202629 -0700
+++ linux-3.10-rc6/drivers/misc/mei/pci-me.c 2013-06-21 14:30:59.023519010 -0700
@@ -248,7 +248,6 @@ static void mei_me_remove(struct pci_dev
hw = to_me_hw(dev);
- dev_err(&pdev->dev, "stop\n");
mei_stop(dev);
mei_pdev = NULL;
@@ -281,8 +280,6 @@ static int mei_me_pci_suspend(struct dev
if (!dev)
return -ENODEV;
- dev_err(&pdev->dev, "suspend\n");
-
mei_stop(dev);
mei_disable_interrupts(dev);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists