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