Re: [PATCH] staging: comedi: usbduxsigma: fix more sparse endianness warnings

From: Greg KH
Date: Tue Sep 02 2014 - 13:39:33 EST


On Mon, Sep 01, 2014 at 10:24:40AM +0100, Ian Abbott wrote:
> On 2014-09-01 10:23, Ian Abbott wrote:
> >On 2014-08-31 20:45, Chase Southwood wrote:
> >>Sparse shows a couple of warnings like:
> >>
> >>drivers/staging/comedi/drivers/usbduxsigma.c:787:23: warning: cast to
> >>restricted __be32
> >>
> >>Looking at the indicated lines shows that the issue is caused by an
> >>incorrect cast to uint32_t instead of __be32. Fix this cast.
> >>
> >>Signed-off-by: Chase Southwood <chase.southwood@xxxxxxxxx>
> >>Cc: Ian Abbott <abbotti@xxxxxxxxx>
> >>Cc: H Hartley Sweeten <hsweeten@xxxxxxxxxxxxxxxxxxx>
> >>---
> >> drivers/staging/comedi/drivers/usbduxsigma.c | 4 ++--
> >> 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> >Signed-off-by: Ian Abbott <abbotti@xxxxxxxxx>
>
> I meant:
>
> Reviewed-by: Ian Abbott <abbotti@xxxxxxxxx>

Either is fine, especially as you are listed as the maintainer of this
subsystem :)
--
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/