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

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
	}

+2 −1
Original line number Diff line number Diff line
@@ -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;
	}