diff options
author | Dave Airlie <airlied@redhat.com> | 2014-08-05 09:41:42 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-08-05 09:41:42 +1000 |
commit | 8bb652eb38e50ce4e8709fbfd9e73f9d11ac3ff6 (patch) | |
tree | 58d676d6fa3d701d4f43e3c9a5ec68e623f723c3 /drivers/gpu/drm/sti/sti_compositor.c | |
parent | 96b1b9711031a1e95e3cf15d830802aed38479a6 (diff) | |
download | talos-obmc-linux-8bb652eb38e50ce4e8709fbfd9e73f9d11ac3ff6.tar.gz talos-obmc-linux-8bb652eb38e50ce4e8709fbfd9e73f9d11ac3ff6.zip |
drm/sti: fix warning in build.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/sti/sti_compositor.c')
-rw-r--r-- | drivers/gpu/drm/sti/sti_compositor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/sti/sti_compositor.c b/drivers/gpu/drm/sti/sti_compositor.c index 770a725efa20..390d93e9a06c 100644 --- a/drivers/gpu/drm/sti/sti_compositor.c +++ b/drivers/gpu/drm/sti/sti_compositor.c @@ -119,6 +119,8 @@ static int sti_compositor_bind(struct device *dev, struct device *master, (1 << crtc) - 1, plane_type); plane++; break; + case STI_BCK: + break; } /* The first planes are reserved for primary planes*/ |