Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3490a69b authored by Dominik Brodowski's avatar Dominik Brodowski
Browse files

pcmcia: use proper printk format for resource



Even though it is just in a dev_dbg statement, improve the printk format
to use %pr instead of plain %p.

Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
parent af87fae7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -367,7 +367,7 @@ static int do_validate_mem(struct pcmcia_socket *s,
		}
	}

	dev_dbg(&s->dev, "cs: memory probe 0x%06lx-0x%06lx: %p %p %u %u %u",
	dev_dbg(&s->dev, "cs: memory probe 0x%06lx-0x%06lx: %pr %pr %u %u %u",
		base, base+size-1, res1, res2, ret, info1, info2);

	free_region(res2);