]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/appletbdrm: use %p4cl instead of %p4cc
authorAditya Garg <gargaditya08@live.com>
Tue, 8 Apr 2025 06:49:11 +0000 (12:19 +0530)
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>
Mon, 21 Apr 2025 14:18:30 +0000 (10:18 -0400)
commita49ce9cc85a82d5c5d65186f5a8fda0ebfcff571
treef0c88840bf6de0728902738635c028288dadddd8
parent403ff8fd2dbf5066128af4d1fde76c35a800369d
drm/appletbdrm: use %p4cl instead of %p4cc

Due to lack of a proper format specifier, %p4cc was being used instead
of %p4cl for the purpose of printing FourCCs. But the disadvange was
that they were being printed in a reverse order. %p4cl should correct
this issue.

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Signed-off-by: Aditya Garg <gargaditya08@live.com>
Link: https://lore.kernel.org/r/PN3PR01MB959783DC6377C4CAB203D7ADB8B52@PN3PR01MB9597.INDPRD01.PROD.OUTLOOK.COM
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
drivers/gpu/drm/tiny/appletbdrm.c