From: H Hartley Sweeten Date: Mon, 9 Dec 2013 22:30:46 +0000 (-0700) Subject: staging: comedi: pcmmio: remove 'iobase' from subdevice private data X-Git-Tag: v3.14-rc1~150^2~332 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a81f87e9a08bae7a906a5cedae1ce100773c77df;p=pandora-kernel.git staging: comedi: pcmmio: remove 'iobase' from subdevice private data The 'iobase' is only used to pass the iobase address of the analog output registers to ao_winsn(). This address is simply dev->iobase + 8. Use that instead and remove the 'iobase' from the subdevice private data. This removes a couple more uses of the ugly 'subpriv' macro. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed