On Fri, 2009-12-18 at 01:11 -0800, Corbin Simpson wrote:
[...]
> @@ -194,6 +225,9 @@ static int r420_startup(struct radeon_device *rdev)
>               dev_err(rdev->dev, "failled initializing CP (%d).\n", r);
>               return r;
>       }
> +    /* Handle CP errata. */
> +    r420_cp_errata_init(rdev);
> +
>       r = r100_wb_init(rdev);
>       if (r) {

On a purely cosmetic POV, it looks like you indent with spaces in a file
previously indented with tabs.

        Xav




------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to