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 <heiko at sntech.de> > --- > drivers/iommu/rockchip-iommu.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks.