dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Luis Correia 2008-03-09 22:43:58 +01:00 committed by John W. Linville
parent fd07e06380
commit 61191fb272
2 changed files with 4 additions and 2 deletions

View File

@ -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;
}

View File

@ -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;
}