git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a39ca6a
)
mmc: sdio: Change pr_warning to pr_warn_ratelimited
author
Liu Chuansheng
<chuansheng.liu@intel.com>
Mon, 9 Jul 2012 10:26:42 +0000
(06:26 -0400)
committer
Chris Ball
<cjb@laptop.org>
Sun, 22 Jul 2012 19:25:48 +0000
(15:25 -0400)
When debugging one bad issue, got lots of pr_warning messages
"queuing unknown CIS tuple" which caused a printk storm and
flooded the console.
This patch changes the pr_warning to use pr_warn_ratelimited.
Signed-off-by: Liu Chuansheng <chuansheng.liu@intel.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
No differences found