From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH] iommu/rockchip: silence attaching and detaching of devices Date: Fri, 29 May 2015 10:30:19 +0200 Message-ID: <20150529083018.GC13130@8bytes.org> References: <1638542.l3M1oAbtAT@phil> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1638542.l3M1oAbtAT@phil> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Heiko Stuebner Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Daniel Kurtz , Tomasz Figa List-Id: iommu@lists.linux-foundation.org On Thu, May 21, 2015 at 09:57:29AM +0200, Heiko Stuebner wrote: > Currently the driver emits a log line every time a device attaches or > detaches - which happens at every unblank/blank of the drm for example. > The message itself also has no real value to the average user and is > merely useful when debugging a problem, so make it a dev_dbg instead. > > Signed-off-by: Heiko Stuebner > --- > drivers/iommu/rockchip-iommu.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks.