diff mbox

drm/radeon/kms/pm: fix typo in power table parsing

Message ID a728f9f91003150109t7b9560f5g2a0fa28e2898d963@mail.gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Alex Deucher March 15, 2010, 8:09 a.m. UTC
None
diff mbox

Patch

diff --git a/drivers/gpu/drm/radeon/radeon_atombios.c
b/drivers/gpu/drm/radeon/radeon_atombios.c
index 815116e..92e6886 100644
--- a/drivers/gpu/drm/radeon/radeon_atombios.c
+++ b/drivers/gpu/drm/radeon/radeon_atombios.c
@@ -1734,7 +1734,7 @@  void radeon_atombios_get_power_modes(struct
radeon_device *rdev)
 			/* add the i2c bus for thermal/fan chip */
 			/* no support for internal controller yet */
 			if (power_info->info_4.sThermalController.ucType > 0) {
-				if ((power_info->info_4.sThermalController.ucType ==
ATOM_PP_THERMALCONTROLLER_RV6xx) &&
+				if ((power_info->info_4.sThermalController.ucType ==
ATOM_PP_THERMALCONTROLLER_RV6xx) ||