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
@@ -198,9 +198,9 @@ static int ma600_change_speed(struct sir_dev *dev, unsigned speed)
|
||||
|
||||
sirdev_raw_read(dev, &byte, sizeof(byte));
|
||||
if (byte != get_control_byte(speed)) {
|
||||
IRDA_WARNING("%s(): bad control byte read-back %02x != %02x\n",
|
||||
__func__, (unsigned) byte,
|
||||
(unsigned) get_control_byte(speed));
|
||||
net_warn_ratelimited("%s(): bad control byte read-back %02x != %02x\n",
|
||||
__func__, (unsigned)byte,
|
||||
(unsigned)get_control_byte(speed));
|
||||
return -1;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user