Re: [PATCH 11/12] PCMCIA: use dev_dbg instead of enter/leave

From: Dominik Brodowski
Date: Sun Dec 08 2019 - 16:18:10 EST


On Sun, Dec 08, 2019 at 05:09:46PM +0100, Simon Geis wrote:
> Using dev_dbg() instead of the enter()/leave()
> macro. This allows the usage of format strings.
> Remove the now unused macro definition in i82092aa.h.

Could you re-use enter()/leave() (maybe with a new parameter
to pass the struct pci_dev) here instead? That may save a few lines, instead
of prolonging the file?

Thanks,
Dominik