]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/net/wireless/ipw2200.c
Merge branch 'upstream-fixes'
[linux-beck.git] / drivers / net / wireless / ipw2200.c
index 0702f0eeb784ca56f68bf38c543675cd3aeb295e..44024c76d1871a3bb6696227b2def267ac475231 100644 (file)
@@ -4636,9 +4636,9 @@ static void ipw_rx_notification(struct ipw_priv *priv,
                }
 
        default:
-               IPW_ERROR("Unknown notification: "
-                         "subtype=%d,flags=0x%2x,size=%d\n",
-                         notif->subtype, notif->flags, notif->size);
+               IPW_DEBUG_NOTIF("Unknown notification: "
+                               "subtype=%d,flags=0x%2x,size=%d\n",
+                               notif->subtype, notif->flags, notif->size);
        }
 }