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: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


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.
_______________________________________________
xorg-driver-ati mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to