RE: [PATCH] staging: comedi: remove pointer math for subdevice access

2012-09-04 Thread H Hartley Sweeten
On Tuesday, September 04, 2012 11:34 AM, Greg KH wrote: > On Mon, Aug 20, 2012 at 04:59:16PM -0700, H Hartley Sweeten wrote: >> Convert all the comedi_subdevice pointer access from pointer >> math to array access. >> >> Signed-off-by: H Hartley Sweeten >> Cc: Dan Carpenter >> Cc: Ian Abbott > >

Re: [PATCH] staging: comedi: remove pointer math for subdevice access

2012-09-04 Thread Greg KH
On Mon, Aug 20, 2012 at 04:59:16PM -0700, H Hartley Sweeten wrote: > Convert all the comedi_subdevice pointer access from pointer > math to array access. > > Signed-off-by: H Hartley Sweeten > Cc: Dan Carpenter > Cc: Ian Abbott This patch doesn't seem to apply, care to break it up into smaller