
18 Jun
2013
18 Jun
'13
10:13 p.m.
--- a/arch/powerpc/cpu/mpc85xx/fdt.c +++ b/arch/powerpc/cpu/mpc85xx/fdt.c @@ -492,7 +492,7 @@ if (!p) return;
- fmanfw = (struct qe_firmware *) simple_strtoul(p, NULL, 0);
- fmanfw = (struct qe_firmware *) simple_strtoul(p, NULL, 16); if (!fmanfw) return;
Could you submit this second one as a proper patch?
Thanks, Andy