diff options
author | Haneen Mohammed <hamohammed.sa@gmail.com> | 2015-03-02 21:38:22 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-06 09:54:26 -0800 |
commit | f737ea50bac2f6a06835a3180bdbeae59dc9d735 (patch) | |
tree | 5b8dd1658fed1a6fb7b086d2325cef6497675250 /drivers/staging/emxx_udc | |
parent | 886892798c9d29d3bb32e6a6d24e09565d71659e (diff) | |
download | linux-f737ea50bac2f6a06835a3180bdbeae59dc9d735.tar.bz2 |
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>
Diffstat (limited to 'drivers/staging/emxx_udc')
-rw-r--r-- | drivers/staging/emxx_udc/emxx_udc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/emxx_udc/emxx_udc.h b/drivers/staging/emxx_udc/emxx_udc.h index 57727c6ed39d..c19168f78354 100644 --- a/drivers/staging/emxx_udc/emxx_udc.h +++ b/drivers/staging/emxx_udc/emxx_udc.h @@ -642,6 +642,5 @@ union usb_reg_access { }; /*-------------------------------------------------------------------------*/ -#define ERR(stuff...) printk(KERN_ERR "udc: " stuff) #endif /* _LINUX_EMXX_H */ |