mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
There are a couple of places where (P)Dprintk is used which is an old compile time enabled printk wrapper. Convert it to the generic pr_debug(). Signed-off-by: Thomas Gleixner <tglx@linutronix.de>