From aa6439daddf579b93ace8b45956a416234c3854c Mon Sep 17 00:00:00 2001 From: Liu Chuansheng Date: Mon, 9 Jul 2012 06:26:42 -0400 Subject: [PATCH] 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 Signed-off-by: Chris Ball --- Reading git-format-patch failed