Re: [PATCH 1/2] drm: Add DRM_DEV_INFO_RATELIMITED

2019-01-21 Thread kbuild test robot
Hi Kristian, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.0-rc2 next-20190116] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 1/2] drm: Add DRM_DEV_INFO_RATELIMITED

2019-01-18 Thread Kristian H. Kristensen
Refactor the ratelimit printk to a helper macro and implement DRM_DEV_INFO_RATELIMITED and DRM_DEV_ERROR_RATELIMITED using the helper. Signed-off-by: Kristian H. Kristensen --- include/drm/drm_print.h | 29 + 1 file changed, 21 insertions(+), 8 deletions(-) diff