From: Haneen Mohammed <hamohammed.sa@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: Haneen Mohammed <hamohammed.sa@gmail.com>
Subject: [PATCH v9 3/4] Staging: emxx_udc: Remove custom printk macro ERR
Date: Mon, 2 Mar 2015 00:03:17 +0300 [thread overview]
Message-ID: <1425243797-8482-1-git-send-email-hamohammed.sa@gmail.com> (raw)
In-Reply-To: <1425030509-19676-1-git-send-email-hamohammed.sa@gmail.com>
This patch removes custom printk macro ERR.
All the calls to this macro were replaced by de_err and pr_err.
Signed-off-by: Haneen Mohammed <hamohammed.sa@gmail.com>
---
v9: nothing
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 c21f211..f4a94c3 100644
--- a/drivers/staging/emxx_udc/emxx_udc.h
+++ b/drivers/staging/emxx_udc/emxx_udc.h
@@ -643,6 +643,5 @@ union usb_reg_access {
};
/*-------------------------------------------------------------------------*/
-#define ERR(stuff...) printk(KERN_ERR "udc: " stuff)
#endif /* _LINUX_EMXX_H */
--
1.9.1
next prev parent reply other threads:[~2015-03-01 21:03 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-27 9:48 [PATCH v6 0/4] Staging: emxx_udc: Fix checkpatch.pl warnings Haneen Mohammed
2015-02-27 10:01 ` [PATCH v7 0/5] " Haneen Mohammed
2015-02-27 10:26 ` [PATCH v8 " Haneen Mohammed
2015-02-27 10:28 ` [PATCH v8 1/5] Staging: emxx_udc: Fix do not add new typedefs remove and volatile Haneen Mohammed
2015-02-27 10:31 ` [PATCH v8 2/5] Staging: emxx_udc: Replace custom printk macro ERR with pr_err Haneen Mohammed
2015-02-27 10:59 ` [Outreachy kernel] " Julia Lawall
2015-02-27 11:42 ` Haneen Mohammed
2015-02-27 10:32 ` [PATCH v8 3/5] Staging: emxx_udc: Replace custom printk macro ERR with dev_err Haneen Mohammed
2015-02-27 10:34 ` [PATCH v8 4/5] Staging: emxx_udc: Remove custom printk macro ERR Haneen Mohammed
2015-02-27 10:35 ` [PATCH v8 5/5] Staging: emxx_udc: Clean dev_err() logging Haneen Mohammed
2015-02-27 10:57 ` [Outreachy kernel] " Julia Lawall
2015-02-27 11:22 ` Haneen Mohammed
2015-03-01 20:53 ` [PATCH v9 0/4] emxx_udc: Fix checkpatch.pl warnings Haneen Mohammed
2015-03-01 20:55 ` [PATCH v9 1/4] Staging: emxx_udc: Fix do not add new typedefs and remove volatile Haneen Mohammed
2015-03-02 1:12 ` [Outreachy kernel] " Greg KH
2015-03-01 21:00 ` [PATCH v9 2/4] Staging: emxx_udc: Replace custom printk macro ERR with dev_err or pr_err Haneen Mohammed
2015-03-01 21:03 ` Haneen Mohammed [this message]
2015-03-01 21:04 ` [PATCH v9 4/4] Staging: emxx_udc: Clean dev_err() logging Haneen Mohammed
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=1425243797-8482-1-git-send-email-hamohammed.sa@gmail.com \
--to=hamohammed.sa@gmail.com \
--cc=outreachy-kernel@googlegroups.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.