Re: [PATCHv4 1/6] drm/omap: use DRM_DEBUG_DRIVER instead of CORE

2018-11-17 Thread Pavel Machek
On Fri 2018-11-16 00:06:40, Sebastian Reichel wrote: > This macro is only used by omapdrm, which should print > debug messages using the DRIVER category instead of the > default CORE category. > > Signed-off-by: Sebastian Reichel Acked-by: Pavel Machek -- (english)

[PATCHv4 1/6] drm/omap: use DRM_DEBUG_DRIVER instead of CORE

2018-11-16 Thread Sebastian Reichel
This macro is only used by omapdrm, which should print debug messages using the DRIVER category instead of the default CORE category. Signed-off-by: Sebastian Reichel --- drivers/gpu/drm/omapdrm/omap_drv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git