Re: cdrom: make debug logging rely on pr_debug and debugfs only.

From: Michal Suchánek
Date: Sun Nov 03 2019 - 11:00:53 EST


Hello,

can you change cd_dbg to a macro that always prints the device name
using pr_debug instead of removing it?

That way you will get much more useful debug messages. That's also what
many other subsystems do.

Also consider adding some relevant mailinglist to cc. I think the
MAINTAINERS even specifies linux-scsi for cdrom and/or sr.

Thanks

Michal