diff options
author | Imre Deak <imre.deak@intel.com> | 2017-08-14 18:15:29 +0300 |
---|---|---|
committer | Imre Deak <imre.deak@intel.com> | 2017-08-15 14:31:52 +0300 |
commit | 0a445945be6d10c5e6fd5599a27e43b6a7fdf14d (patch) | |
tree | 904295c702b6f7c8b8c6bb44671b4bcdfb128914 /drivers/gpu/drm/i915/gvt | |
parent | baa68f6e5b6674f6d5b9e5bf7f358104d15d4067 (diff) | |
download | blackbird-obmc-linux-0a445945be6d10c5e6fd5599a27e43b6a7fdf14d.tar.gz blackbird-obmc-linux-0a445945be6d10c5e6fd5599a27e43b6a7fdf14d.zip |
drm/i915: Work around GCC anonymous union initialization bug
GCC 4.4 can't cope with anonymous union initializers which seems to be a
bug in that version (see the Reference) and is fixed since GCC version
4.6. A workaround which is also used elsewhere in the kernel for the
same purpose is to wrap the initialization in curly braces, so do the
same here.
Fixes: b5565a2efc12 ("drm/i915/bxt, glk: Give a proper name to the power well struct phy field")
Reference: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10676
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20170814151530.24154-1-imre.deak@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/gvt')
0 files changed, 0 insertions, 0 deletions