[Bug 11861] New: Dead code in src/radeon_video.c
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Aug 6 04:09:06 PDT 2007
http://bugs.freedesktop.org/show_bug.cgi?id=11861
Summary: Dead code in src/radeon_video.c
Product: xorg
Version: git
Platform: All
OS/Version: All
Status: NEW
Keywords: patch
Severity: trivial
Priority: lowest
Component: Driver/Radeon
AssignedTo: xorg-driver-ati at lists.x.org
ReportedBy: roland at verifysoft.de
QAContact: xorg-team at lists.x.org
On line 3376 we set:
id = FOURCC_YUY2;
so the following switch block is itself useless, follows only one path.
I have removed that switch block in attached patch, eventually the previous
assignement to id is the error and had to be fixed there, otherwise that part
of code was to long unchanged in git.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the xorg-driver-ati
mailing list