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
@@ -572,9 +572,8 @@ static int irlap_state_query(struct irlap_cb *self, IRLAP_EVENT event,
|
||||
info->discovery->data.daddr);
|
||||
|
||||
if (!self->discovery_log) {
|
||||
IRDA_WARNING("%s: discovery log is gone! "
|
||||
"maybe the discovery timeout has been set"
|
||||
" too short?\n", __func__);
|
||||
net_warn_ratelimited("%s: discovery log is gone! maybe the discovery timeout has been set too short?\n",
|
||||
__func__);
|
||||
break;
|
||||
}
|
||||
hashbin_insert(self->discovery_log,
|
||||
|
Reference in New Issue
Block a user