Re: 2.6.9-rc3-mm3

From: Andrew Morton
Date: Thu Oct 07 2004 - 16:46:00 EST


Joel Schopp <jschopp@xxxxxxxxxxxxxx> wrote:
>
> ppc64 defconfig doesn't compile for me.
>
> drivers/video/aty/radeon_monitor.c: In function `radeon_parse_montype_prop':
> drivers/video/aty/radeon_monitor.c:77: error: parse error before "else"

--- 25/drivers/video/aty/radeon_monitor.c~radeonfb-fix-warnings-about-uninitialized-variables-fix Thu Oct 7 14:32:40 2004
+++ 25-akpm/drivers/video/aty/radeon_monitor.c Thu Oct 7 14:32:59 2004
@@ -74,8 +74,7 @@ static int __devinit radeon_parse_montyp
printk(KERN_WARNING "radeonfb: Unknown OF display-type: %s\n",
pmt);
return MT_NONE;
- } else
- return MT_NONE;
+ }

for (i = 0; propnames[i] != NULL; ++i) {
pedid = (u8 *)get_property(dp, propnames[i], NULL);
_

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/