]> www.infradead.org Git - users/willy/xarray.git/commit
mtd: cmdlinepart: Replace `dbg()` macro with `pr_debug()`
authorCsókás, Bence <csokas.bence@prolan.hu>
Tue, 25 Jun 2024 09:31:47 +0000 (11:31 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 1 Jul 2024 09:56:30 +0000 (11:56 +0200)
commit2538af030d6fa74dfe66121d6c53757e47d224a4
tree0b384b46c206ae57847aebb7376b05a3016a8f9f
parentf32ded4b55753131272129c58e743d175d0a3c7e
mtd: cmdlinepart: Replace `dbg()` macro with `pr_debug()`

This macro was left over from the dawn of Git history.
For some reason it was defined in such a way that
you needed double brackets around it. Replace it with
the now-standard `pr_debug()`.

Signed-off-by: Csókás, Bence <csokas.bence@prolan.hu>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20240625093148.3579660-1-csokas.bence@prolan.hu
drivers/mtd/parsers/cmdlinepart.c