Commit 61191fb2 authored by Luis Correia's avatar Luis Correia Committed by John W. Linville

rt2x00: Fix trivial log message

Fix trivial log message.
Signed-off-by: default avatarLuis Correia <luis.f.correia@gmail.com>
Signed-off-by: default avatarIvo van Doorn <IvDoorn@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent fd07e063
......@@ -294,7 +294,8 @@ static void rt2500usb_led_brightness(struct led_classdev *led_cdev,
if (in_atomic()) {
NOTICE(led->rt2x00dev,
"Ignoring LED brightness command for led %d", led->type);
"Ignoring LED brightness command for led %d\n",
led->type);
return;
}
......
......@@ -292,7 +292,8 @@ static void rt73usb_led_brightness(struct led_classdev *led_cdev,
if (in_atomic()) {
NOTICE(led->rt2x00dev,
"Ignoring LED brightness command for led %d", led->type);
"Ignoring LED brightness command for led %d\n",
led->type);
return;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment