]> Pileus Git - ~andy/linux/commitdiff
drm/i915: Sparse warning about invalid value for burst_ena in tv_modes
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 6 Jun 2010 14:40:23 +0000 (15:40 +0100)
committerEric Anholt <eric@anholt.net>
Mon, 2 Aug 2010 02:03:46 +0000 (19:03 -0700)
drivers/gpu/drm/i915/intel_tv.c|479 col 16| warning: cast truncates bits
from constant value (8 becomes 0)

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_tv.c

index 6d553c29d10666656a2a78c7f289e14565948139..de2b9619383d9381ce3c2bd6a875f93268613e9b 100644 (file)
@@ -476,7 +476,7 @@ static const struct tv_mode tv_modes[] = {
                .vi_end_f1      = 20,               .vi_end_f2          = 21,
                .nbr_end        = 240,
 
-               .burst_ena      = 8,
+               .burst_ena      = true,
                .hburst_start   = 72,               .hburst_len         = 34,
                .vburst_start_f1 = 9,               .vburst_end_f1      = 240,
                .vburst_start_f2 = 10,              .vburst_end_f2      = 240,