mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Tobias Klauser <tklauser@distanz.ch>
To: Ahmad Hassan <ahmad.hassan612@gmail.com>
Cc: devel@driverdev.osuosl.org, gregkh@linuxfoundation.org,
	damm+renesas@opensource.se, sachin.kamat@samsung.com,
	vinc94@gmail.com, roberta.dobrescu@gmail.com,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] staging: emxx_udc: remove macro ERR
Date: Wed, 21 Jan 2015 15:02:26 +0100	[thread overview]
Message-ID: <20150121140225.GA30253@distanz.ch> (raw)
In-Reply-To: <00e55cbac49f87ee26b8e4c47aa2111582391ae8.1421880617.git.ahmad.hassan612@gmail.com>

On 2015-01-21 at 23:56:06 +0100, Ahmad Hassan <ahmad.hassan612@gmail.com> wrote:
> Removed ERR macro since it is not used anymore in the emxx_udc.c file.
> 
> Signed-off-by: Ahmad Hassan <ahmad.hassan612@gmail.com>
> ---
>  drivers/staging/emxx_udc/emxx_udc.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/staging/emxx_udc/emxx_udc.h b/drivers/staging/emxx_udc/emxx_udc.h
> index ee1b80d..0758cd5 100644
> --- a/drivers/staging/emxx_udc/emxx_udc.h
> +++ b/drivers/staging/emxx_udc/emxx_udc.h
> @@ -644,6 +644,5 @@ typedef volatile union {
>  } USB_REG_ACCESS;
>  
>  /*-------------------------------------------------------------------------*/

While at it, you could also remove the line above.

> -#define ERR(stuff...)		printk(KERN_ERR "udc: " stuff)
>  
>  #endif  /* _LINUX_EMXX_H */
> -- 
> 2.2.1
> 
> _______________________________________________
> devel mailing list
> devel@linuxdriverproject.org
> http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
> 

      reply	other threads:[~2015-01-21 14:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-21 22:53 [PATCH 0/2] Replacing ERR by dev_err Ahmad Hassan
2015-01-21 22:55 ` [PATCH 1/2] staging: emxx_udc: Replace " Ahmad Hassan
2015-01-21 12:46   ` Jeremiah Mahler
2015-01-21 22:56 ` [PATCH 2/2] staging: emxx_udc: remove macro ERR Ahmad Hassan
2015-01-21 14:02   ` Tobias Klauser [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150121140225.GA30253@distanz.ch \
    --to=tklauser@distanz.ch \
    --cc=ahmad.hassan612@gmail.com \
    --cc=damm+renesas@opensource.se \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=roberta.dobrescu@gmail.com \
    --cc=sachin.kamat@samsung.com \
    --cc=vinc94@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome