mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
[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:
parent
7fd105e758
commit
1dd31b6c89
@ -4616,9 +4616,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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user