Bart,
The version of drivers/ide/ppc/pmac.c in Linus' tree at the moment
doesn't compile. The one-liner below fixes it. Please apply.
Thanks,
Paul.
diff -urN linux-2.5/drivers/ide/ppc/pmac.c pmac-2.5/drivers/ide/ppc/pmac.c
--- linux-2.5/drivers/ide/ppc/pmac.c 2003-05-12 17:41:32.000000000 +1000
+++ pmac-2.5/drivers/ide/ppc/pmac.c 2003-05-13 16:48:42.000000000 +1000
@@ -721,7 +721,7 @@
}
}
- return NODEV;
+ return 0;
}
void __init
Thanks Paul.
I've seen this fix also in hch's pmac compilation fixes patch,
so I think it will be in Linus' tree soon.
--
Bartlomiej
On Mon, 19 May 2003, Paul Mackerras wrote:
> Bart,
>
> The version of drivers/ide/ppc/pmac.c in Linus' tree at the moment
> doesn't compile. The one-liner below fixes it. Please apply.
>
> Thanks,
> Paul.
>
> diff -urN linux-2.5/drivers/ide/ppc/pmac.c pmac-2.5/drivers/ide/ppc/pmac.c
> --- linux-2.5/drivers/ide/ppc/pmac.c 2003-05-12 17:41:32.000000000 +1000
> +++ pmac-2.5/drivers/ide/ppc/pmac.c 2003-05-13 16:48:42.000000000 +1000
> @@ -721,7 +721,7 @@
> }
> }
>
> - return NODEV;
> + return 0;
> }
>
> void __init
Bart,
> Thanks Paul.
>
> I've seen this fix also in hch's pmac compilation fixes patch,
> so I think it will be in Linus' tree soon.
It hasn't got into Linus' tree yet. Could you send it on to him, or
alternatively do you mind if I send it to him?
Thanks,
Paul.
diff -urN linux-2.5/drivers/ide/ppc/pmac.c pmac-2.5/drivers/ide/ppc/pmac.c
--- linux-2.5/drivers/ide/ppc/pmac.c 2003-05-12 17:41:32.000000000 +1000
+++ pmac-2.5/drivers/ide/ppc/pmac.c 2003-05-13 16:48:42.000000000 +1000
@@ -721,7 +721,7 @@
}
}
- return NODEV;
+ return 0;
}
void __init