Re: [PATCH] drm/i915/sdvo: Fix harmless build warning

2010-10-31 Thread DDD
Peter Stuge wrote: Dongdong Deng wrote: Removing the following harmless build warning to let compiler happy. @@ -1170,7 +1170,8 @@ static void intel_sdvo_mode_set(struct drm_encoder *encoder, switch (sdvo_pixel_multiply) { case 1: rate = SDVO_CLOCK_RATE_MULT_1X; break;

[PATCH] drm/i915/sdvo: Fix harmless build warning

2010-11-01 Thread DDD
Peter Stuge wrote: > Dongdong Deng wrote: >> Removing the following harmless build warning to let compiler happy. > >> @@ -1170,7 +1170,8 @@ static void intel_sdvo_mode_set(struct drm_encoder >> *encoder, >> switch (sdvo_pixel_multiply) { >> case 1: rate = SDVO_CLOCK_RATE_MULT_1X; break