[PATCH] ipw2200: Suppress warning message
The following message will be only printed if DEBUG_NOTIF is on. "Unknown notification: subtype=40,flags=0xa0,size=40" Signed-off-by: Zhu Yi <yi.zhu@intel.com> Cc: James Ketrenos <jketreno@linux.intel.com> Cc: Jeff Garzik <jgarzik@pobox.com> Cc: "John W. Linville" <linville@tuxdriver.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
@@ -4616,9 +4616,9 @@ static void ipw_rx_notification(struct ipw_priv *priv,
|
|||||||
}
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
IPW_ERROR("Unknown notification: "
|
IPW_DEBUG_NOTIF("Unknown notification: "
|
||||||
"subtype=%d,flags=0x%2x,size=%d\n",
|
"subtype=%d,flags=0x%2x,size=%d\n",
|
||||||
notif->subtype, notif->flags, notif->size);
|
notif->subtype, notif->flags, notif->size);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user