mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 09:09:55 -04:00
Staging: emxx_udc: Remove custom printk macro ERR
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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
886892798c
commit
f737ea50ba
@@ -642,6 +642,5 @@ union usb_reg_access {
|
||||
};
|
||||
|
||||
/*-------------------------------------------------------------------------*/
|
||||
#define ERR(stuff...) printk(KERN_ERR "udc: " stuff)
|
||||
|
||||
#endif /* _LINUX_EMXX_H */
|
||||
|
||||
Reference in New Issue
Block a user