mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 22:24:09 +08:00
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:
parent
fd07e06380
commit
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user