drm/qxl: Use 'unsigned int' instead of 'bool'
authorShayenne da Luz Moura <shayenneluzmoura@gmail.com>
Fri, 26 Oct 2018 19:24:58 +0000 (16:24 -0300)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 30 Oct 2018 06:20:01 +0000 (07:20 +0100)
commit94feeaafbefd01b1be00ef8aa33e2a6224500f06
tree505e730c39786dd4349b3cdcd67eb39172771b79
parent26f53c4f6da89147069681e4ab540e746a1f8779
drm/qxl: Use 'unsigned int' instead of 'bool'

Use 'unsigned int' with bitfield instead of 'bool' to avoid alignment
issues and remove checkpatch.pl check:

CHECK: Avoid using bool structure members because of possible alignment
issues

Signed-off-by: Shayenne da Luz Moura <shayenneluzmoura@gmail.com>
Link: http://patchwork.freedesktop.org/patch/msgid/fcd9d7ea7eec1ac6a3ad9ad16e0fc9ef13c089fd.1540579956.git.shayenneluzmoura@gmail.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
drivers/gpu/drm/qxl/qxl_drv.h