diff options
author | Dave Airlie <airlied@clockmaker.usersys.redhat.com> | 2007-08-23 20:10:24 +1000 |
---|---|---|
committer | Dave Airlie <airlied@clockmaker.usersys.redhat.com> | 2007-08-23 20:10:24 +1000 |
commit | 9d38c8aa1a7d6fb1af41ee8abdb4a95f94843538 (patch) | |
tree | 93a515659fec7ae7a2a4b9714751a8056a9d37e2 /src/radeon_bios.c | |
parent | e4c8969b48a6c8dcc4e7f9852479d24a0204fc0d (diff) |
radeon: cleanup some warningsxf86-video-ati-6.7.191
Diffstat (limited to 'src/radeon_bios.c')
-rw-r--r-- | src/radeon_bios.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_bios.c b/src/radeon_bios.c index 9d8946f..975fc07 100644 --- a/src/radeon_bios.c +++ b/src/radeon_bios.c @@ -623,6 +623,7 @@ Bool RADEONGetTVInfoFromBIOS (xf86OutputPtr output) { return FALSE; } } + return FALSE; } /* Read PLL parameters from BIOS block. Default to typical values if there |