rt2x00: Fix trivial log message
Fix trivial log message. Signed-off-by: Luis Correia <luis.f.correia@gmail.com> Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Родитель
fd07e06380
Коммит
61191fb272
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче