drm/radeon: use true,false for bool variable in r600.c
[sfrench/cifs-2.6.git] / drivers / gpu / drm / radeon / r600.c
index d2e51a9433f539180ecbdc3e6d52daba8174d278..cf1ad4d04d6f0510d3b0ea5bd6e6419e398a2ca5 100644 (file)
@@ -3053,7 +3053,7 @@ static void r600_uvd_init(struct radeon_device *rdev)
                 * there. So it is pointless to try to go through that code
                 * hence why we disable uvd here.
                 */
-               rdev->has_uvd = 0;
+               rdev->has_uvd = false;
                return;
        }
        rdev->ring[R600_RING_TYPE_UVD_INDEX].ring_obj = NULL;