Re: [char-misc-next 1/7] mei: fix function names in debug prints

From: Greg KH
Date: Thu Sep 26 2013 - 11:41:03 EST


On Mon, Sep 16, 2013 at 11:44:42PM +0300, Tomas Winkler wrote:
> From: Alexander Usyskin <alexander.usyskin@xxxxxxxxx>
>
> Fix calling function names in debug prints.
>
> Signed-off-by: Alexander Usyskin <alexander.usyskin@xxxxxxxxx>
> Signed-off-by: Tomas Winkler <tomas.winkler@xxxxxxxxx>
> ---
> drivers/misc/mei/interrupt.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/misc/mei/interrupt.c b/drivers/misc/mei/interrupt.c
> index d27804e..be42c70 100644
> --- a/drivers/misc/mei/interrupt.c
> +++ b/drivers/misc/mei/interrupt.c
> @@ -343,14 +343,14 @@ int mei_irq_read_handler(struct mei_device *dev,
>
> /* decide where to read the message too */
> if (!mei_hdr->host_addr) {
> - dev_dbg(&dev->pdev->dev, "call mei_irq_thread_read_bus_message.\n");
> + dev_dbg(&dev->pdev->dev, "call mei_hbm_dispatch.\n");
> mei_hbm_dispatch(dev, mei_hdr);
> - dev_dbg(&dev->pdev->dev, "end mei_irq_thread_read_bus_message.\n");
> + dev_dbg(&dev->pdev->dev, "end mei_hbm_dispatch.\n");

Stuff like this can just be deleted, use the in-kernel tracing
functionality if you really care about this type of thing.

I'll take this for now, but in the future, just remove these lines
please.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/