]> git.baikalelectronics.ru Git - 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)
commita61e2c904a9b5503ace3d560b12bd1aa3ecbc557
tree13b2757c36756d826531d700a35a54d8ee31fc2c
parent1703108eb1a0181a2f9d4338423569bb24970a19
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