irda: Remove IRDA_<TYPE> logging macros
And use the more common mechanisms directly. Other miscellanea: o Coalesce formats o Add missing newlines o Realign arguments o Remove unnecessary OOM message logging as there's a generic stack dump already on OOM. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
09626e9d15
commit
6c91023dc3
@@ -77,10 +77,6 @@ do { if(!(expr)) { \
|
||||
#define IRDA_ASSERT_LABEL(label)
|
||||
#endif /* CONFIG_IRDA_DEBUG */
|
||||
|
||||
#define IRDA_ERROR net_err_ratelimited
|
||||
#define IRDA_WARNING net_warn_ratelimited
|
||||
#define IRDA_MESSAGE net_info_ratelimited
|
||||
|
||||
/*
|
||||
* Magic numbers used by Linux-IrDA. Random numbers which must be unique to
|
||||
* give the best protection
|
||||
|
Reference in New Issue
Block a user