Merge branch 'from-linus'
[sfrench/cifs-2.6.git] / drivers / net / wireless / ipw2200.c
index 30b13a6e6fd97eb8456d1e023119bab4f484ea4a..ed37141319ea9b8ecc64c8834b81b471198f0612 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);
        }
 }