From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [v2 1/1] memory: tegra{20,30}-mc: Use dev_err_ratelimited() Date: Mon, 14 May 2012 12:33:02 -0600 Message-ID: <4FB14FDE.2080409@wwwdotorg.org> References: <1336981680-15297-2-git-send-email-hdoyu@nvidia.com> <1336990031-15567-1-git-send-email-hdoyu@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1336990031-15567-1-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Hiroshi DOYU Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Greg Kroah-Hartman , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-tegra@vger.kernel.org On 05/14/2012 04:07 AM, Hiroshi DOYU wrote: > Introduce a new dev_*_ratelimited() instead of pr_*_ratelimited() for > better info to print. > > Signed-off-by: Hiroshi DOYU Acked-by: Stephen Warren But note that this relies on the following patch or a variant of it: http://patchwork.ozlabs.org/patch/158899/ which isn't anywhere yet. (A variant of that patch was patch 1/2 the first time this patch was posted, but v2 of this patch was posted separately without mentioning the dependency)