From: H Hartley Sweeten Date: Tue, 18 Jun 2013 20:24:36 +0000 (-0700) Subject: staging: comedi: pcmuio: remove 'iobases' from subdevice private data X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4ad65e6ce8a9cfe78d4c4b06b915c17a27ba011;p=pandora-kernel.git staging: comedi: pcmuio: remove 'iobases' from subdevice private data The 'asic' and 'port' associated with a given subdevice can easily be found based on the subdevice 'index'. With that information we can then calculate the correct iobase and register offset needed to read/ write the 8-bit ports. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed