>       u32 enable_bits = SDVO_ENABLE;
>  
> -     if (intel_hdmi->has_audio)
> -             enable_bits |= SDVO_AUDIO_ENABLE;
> +     enable_bits |= SDVO_AUDIO_ENABLE;

The two lines can be combined:

        u32 enable_bits = SDVO_ENABLE | SDVO_AUDIO_ENABLE;

Thanks,
Fengguang
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to