Skip to content

Commit 793e8f7

Browse files
dirkbehmeDarksonn
authored andcommitted
drm/tyr: fix register name in error print
The `..IRQ..` register is printed here. Not the `..INT..` one. Correct this. Cc: stable@vger.kernel.org Fixes: cf4fd52 ("rust: drm: Introduce the Tyr driver for Arm Mali GPUs") Link: https://lore.kernel.org/rust-for-linux/A04F0357-896E-4ACC-BC0E-DEE8608CE518@collabora.com/ Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com> Link: https://patch.msgid.link/20260119070838.3219739-1-dirk.behme@de.bosch.com [aliceryhl: update commit message prefix] [aliceryhl: add cc stable as per Miguel's suggestion] Signed-off-by: Alice Ryhl <aliceryhl@google.com>
1 parent 086714b commit 793e8f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/tyr/driver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fn issue_soft_reset(dev: &Device<Bound>, iomem: &Devres<IoMem>) -> Result {
7575
dev_err!(dev, "GPU reset failed with errno\n");
7676
dev_err!(
7777
dev,
78-
"GPU_INT_RAWSTAT is {}\n",
78+
"GPU_IRQ_RAWSTAT is {}\n",
7979
regs::GPU_IRQ_RAWSTAT.read(dev, iomem)?
8080
);
8181

0 commit comments

Comments
 (0)