From: Ian Abbott Date: Wed, 24 Oct 2012 15:48:00 +0000 (+0100) Subject: staging: comedi: amplc_dio200: set dev->iobase before common attach X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~1019 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bfa0d548c0ca427cba4a1c26658f870cfda64ca;p=pandora-kernel.git staging: comedi: amplc_dio200: set dev->iobase before common attach Don't pass the I/O base address to `dio200_common_attach()`. The only thing it does with it is set `dev->iobase` to the passed in value. Do that before calling `dio200_common_attach()` in order to simplify upcoming support for different register access methods. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed