Skip to content

Commit 4423e60

Browse files
Charles Hanpatjak
authored andcommitted
drm/gma500: fix inconsistent indenting warning
Fix below inconsistent indenting smatch warning. smatch warnings: drivers/gpu/drm/gma500/cdv_device.c:218 cdv_errata() warn: inconsistent indenting Signed-off-by: Charles Han <hanchunchao@inspur.com> Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20250305084911.6394-1-hanchunchao@inspur.com
1 parent ce43cf3 commit 4423e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/gma500/cdv_device.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ static void cdv_errata(struct drm_device *dev)
215215
* Bonus Launch to work around the issue, by degrading
216216
* performance.
217217
*/
218-
CDV_MSG_WRITE32(pci_domain_nr(pdev->bus), 3, 0x30, 0x08027108);
218+
CDV_MSG_WRITE32(pci_domain_nr(pdev->bus), 3, 0x30, 0x08027108);
219219
}
220220

221221
/**

0 commit comments

Comments
 (0)