Re: [PATCH] drm/print: add DRM_DEV_WARN macro

2019-11-12 Thread Wambui Karuga
On Tue, 12 Nov 2019, Daniel Vetter wrote: On Tue, Nov 12, 2019 at 08:09:09PM +0300, Wambui Karuga wrote: Add the DRM_DEV_WARN helper macro for printing warnings that use device pointers in their log output format. DRM_DEV_WARN can replace the use of dev_warn in such cases. Signed-off-by:

[PATCH] drm/print: add DRM_DEV_WARN macro

2019-11-12 Thread Wambui Karuga
Add the DRM_DEV_WARN helper macro for printing warnings that use device pointers in their log output format. DRM_DEV_WARN can replace the use of dev_warn in such cases. Signed-off-by: Wambui Karuga --- include/drm/drm_print.h | 9 + 1 file changed, 9 insertions(+) diff --git

Re: [PATCH] drm/print: add DRM_DEV_WARN macro

2019-11-12 Thread Daniel Vetter
On Tue, Nov 12, 2019 at 08:09:09PM +0300, Wambui Karuga wrote: > Add the DRM_DEV_WARN helper macro for printing warnings > that use device pointers in their log output format. > DRM_DEV_WARN can replace the use of dev_warn in such cases. > > Signed-off-by: Wambui Karuga Can you pls include this