Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
This patch replaces all the instances of dev_info with drm_info
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 patch uses drm_* macros to achieve drm-formatted logging Signed-off-by: Aman Jain <ahjain2706@gmail.com>
- Loading branch information