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;
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