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
@@ -615,7 +615,8 @@ static inline void rd_set_addr_status(struct ring_descr *rd, dma_addr_t a, u8 s)
|
||||
*/
|
||||
|
||||
if ((a & ~DMA_MASK_MSTRPAGE)>>24 != MSTRPAGE_VALUE) {
|
||||
IRDA_ERROR("%s: pci busaddr inconsistency!\n", __func__);
|
||||
net_err_ratelimited("%s: pci busaddr inconsistency!\n",
|
||||
__func__);
|
||||
dump_stack();
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user