commit | aa6439daddf579b93ace8b45956a416234c3854c | [log] [tgz] |
---|---|---|
author | Liu Chuansheng <chuansheng.liu@intel.com> | Mon Jul 09 06:26:42 2012 -0400 |
committer | Chris Ball <cjb@laptop.org> | Sun Jul 22 15:25:48 2012 -0400 |
tree | ac0cae0620d5447adb2ff2b8195d6db58ed48b85 | |
parent | a39ca6ae0a08994a59d017a445939e164bc77fd5 [diff] |
mmc: sdio: Change pr_warning to pr_warn_ratelimited 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>