mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00: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:
parent
886892798c
commit
f737ea50ba
1 changed files with 0 additions and 1 deletions
|
@ -642,6 +642,5 @@ union usb_reg_access {
|
|||
};
|
||||
|
||||
/*-------------------------------------------------------------------------*/
|
||||
#define ERR(stuff...) printk(KERN_ERR "udc: " stuff)
|
||||
|
||||
#endif /* _LINUX_EMXX_H */
|
||||
|
|
Loading…
Reference in a new issue