Re: [PATCH 2/2] staging: keucr: use kernel byteorder functions

From: Jonathan NeuschÃfer
Date: Thu Mar 03 2011 - 06:32:37 EST


On Thu, Mar 03, 2011 at 07:58:59AM +0000, Jack Stone wrote:
> >
> > - us->MS_Lib.BytesPerSector = LittleEndianWORD(idi->wIDIbytesPerSector);
> > + us->MS_Lib.BytesPerSector = be16_to_cpu(idi->wIDIbytesPerSector);
>
> Shouldn't this be le16_to_cpu?

Right. Thanks for pointing out.

Jonathan NeuschÃfer
--
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/