[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YQY+U9i8Zw7OAKOO@kroah.com>
Date: Sun, 1 Aug 2021 08:25:23 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Jordy Zomer <jordy@...ing.systems>
Cc: linux-kernel@...r.kernel.org,
linux1394-devel@...ts.sourceforge.net,
Stefan Richter <stefanr@...6.in-berlin.de>
Subject: Re: [PATCH] firewire: ohci: make reg_(read|write) unsigned
On Sun, Aug 01, 2021 at 08:24:04AM +0200, Greg Kroah-Hartman wrote:
> On Sat, Jul 31, 2021 at 12:41:12PM +0200, Jordy Zomer wrote:
> > The reg_(read|write) functions used to
> > take a signed integer as an offset parameter.
> > The callers of this function only pass an unsigned integer to it.
> > Therefore to make it obviously safe, let's just make this an unsgined
> > integer as this is used in pointer arithmetics.
> >
> > Signed-off-by: Jordy Zomer <jordy@...ing.systems>
> > ---
> > drivers/firewire/ohci.c | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
>
> Same thing should probably also be done in
> drivers/firewire/init_ohci1394_dma.c for the same inline functions,
> right?
And sound/firewire/isight.c also could use this. Seems like there was
some copy/paste in firewire drivers :)
thanks,
greg k-h
Powered by blists - more mailing lists