aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/radeon/r100.c')
-rw-r--r--drivers/gpu/drm/radeon/r100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/r100.c b/drivers/gpu/drm/radeon/r100.c
index e11df778e194..cb1141854282 100644
--- a/drivers/gpu/drm/radeon/r100.c
+++ b/drivers/gpu/drm/radeon/r100.c
@@ -2557,7 +2557,7 @@ static void r100_pll_errata_after_data(struct radeon_device *rdev)
2557 * or the chip could hang on a subsequent access 2557 * or the chip could hang on a subsequent access
2558 */ 2558 */
2559 if (rdev->pll_errata & CHIP_ERRATA_PLL_DELAY) { 2559 if (rdev->pll_errata & CHIP_ERRATA_PLL_DELAY) {
2560 udelay(5000); 2560 mdelay(5);
2561 } 2561 }
2562 2562
2563 /* This function is required to workaround a hardware bug in some (all?) 2563 /* This function is required to workaround a hardware bug in some (all?)