]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
qxl: avoid an oops in the deferred io code.
authorDave Airlie <airlied@redhat.com>
Mon, 4 Nov 2013 06:38:08 +0000 (16:38 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 4 Nov 2013 06:48:43 +0000 (16:48 +1000)
commitcc87509d87696d7cd393882f5dedea01e03e41a9
tree13b2757c36756d826531d700a35a54d8ee31fc2c
parent9d6104e0174b130ed864571b31811c3fd09fd611
qxl: avoid an oops in the deferred io code.

If we are using deferred io due to plymouth or X.org fbdev driver
we will oops in memcpy due to this pointless multiply here,

removing it fixes fbdev to start and not oops.

Cc: stable@vger.kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/qxl/qxl_fb.c