pr_warn
#define pr_warn(...) \
#define pr_warn DRM_WARNING
#define pr_warn(y, args...) dev_warning(0, y, ##args)