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
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