Re: [PATCH] This patch replaces all the instances of dev_info with drm_info

2021-06-22 Thread kernel test robot
Hi Aman, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.13-rc7 next-20210622] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in htt

Re: [PATCH] This patch replaces all the instances of dev_info with drm_info macro

2021-06-22 Thread kernel test robot
Hi Aman, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.13-rc7 next-20210621] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in htt

Re: [PATCH] This patch replaces all the instances of dev_info with drm_info macro

2021-06-22 Thread kernel test robot
Hi Aman, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.13-rc7 next-20210621] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in htt

Re: [PATCH] This patch replaces all the instances of dev_info with drm_info macro

2021-06-22 Thread Christian König
Am 22.06.21 um 08:07 schrieb Aman Jain: When a driver has multiple instances it is necessary to differentiate between them in the logs. This was done with dev_info/warn/err since DRM_INFO/WARN/ERROR don't do this. We now have drm_info/warn/err for printing the relevant debug messages. Hence, this