Typo fix in 2.6.0-test5
Michael Schmitz
schmitz at opal.biophys.uni-duesseldorf.de
Fri Oct 3 02:37:16 EST 2003
> > linux-2.6.0-test5, rsynced from source.mvista.com::linuxppc-2.5 (is there
> > a more recently updated source than that?) doesn't seem to have a working
> > sleep-mode in an ibook2 (late 2001, 600MHz, M3/R128).
>
> It's as up to date as the bk tree as no one has pulled -test6 into it
> yet. The rsync trees on source.mvista.com lag ~1 hour (or less) behind
> the bitkeeper versions of the trees.
Seeing as linuxppc-2.5 is the latest for those stuck with rsync, can we
get this typo fix in?
--- drivers/net/pcnet32.c.org 2003-10-02 18:22:58.000000000 +0200
+++ drivers/net/pcnet32.c 2003-10-02 18:21:38.000000000 +0200
@@ -544,6 +544,7 @@
} else {
printk(KERN_INFO "pcnet32: probe at %lx failed\n", ioaddr);
goto err_release_region;
+ }
}
chip_version = a->read_csr(ioaddr, 88) | (a->read_csr(ioaddr,89) << 16);
Also, include/video/macmodes.h is missing (used by matroxfb).
Michael
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
More information about the Linuxppc-dev
mailing list