Re: [PATCH] iommu/rockchip: silence attaching and detaching of devices

2015-05-29 Thread Joerg Roedel
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 wh

[PATCH] iommu/rockchip: silence attaching and detaching of devices

2015-05-21 Thread Heiko Stuebner
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: He