Re: PATCH: rio driver, boot code (1 of 3)

From: Alan Cox
Date: Tue Feb 14 2006 - 15:03:46 EST


On Maw, 2006-02-14 at 19:38 +0000, Alistair John Strachan wrote:
> Missing semicolon, maybe lose the \ .
>
> > }
> >
> > rio_dprintk (RIO_DEBUG_BOOT, "Running 0x%x\n",
> > RWORD(HostP->__ParmMapR)); @@ -528,7 +524,10 @@
> > if ( (RWORD(ParmMapP->links) & 0xFFFF) != 0xFFFF ) {
> > rio_dprintk (RIO_DEBUG_BOOT, "RIO Mesg Run Fail %s\n", HostP->Name);
> > rio_dprintk (RIO_DEBUG_BOOT, "Links = 0x%x\n",RWORD(ParmMapP->links));
> > - HOST_DISABLE;
> > + HostP->Flags &= ~RUN_STATE; \
> > + HostP->Flags |= RC_STUFFED; \
> > + RIOHostReset( HostP->Type, (struct DpRam *)HostP->CardP, HostP->Slot);\
> > + continue
>
> Ditto.

Harmless but yes I'll send a diff to clean them up once the other three
are applied.


-
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/