[PATCH 12/14] spidernet: check if firmware was loaded correctly

Jens Osterkamp Jens.Osterkamp at de.ibm.com
Thu Dec 8 08:20:52 EST 2005


Milton Miller <miltonm at bga.com> wrote on 12/07/2005 06:24:21 PM:

> > -       spider_net_download_firmware(card, firmware);
> > -
> > -       err = 0;
> > +       if (!spider_net_download_firmware(card, firmware))
> > +               err = 0;
>
> Why not assign err to the return of spider_net_download_firmware?

You are right, I will correct this.

Jens




More information about the Linuxppc64-dev mailing list