From: H Hartley Sweeten Date: Thu, 19 Jul 2012 02:04:37 +0000 (-0700) Subject: staging: comedi: rtd520: remove 'got_regions' from private data X-Git-Tag: v3.6-rc1~100^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39ed05b769190e54d443b8b995b9f3ddee4a32e3;p=pandora-kernel.git staging: comedi: rtd520: remove 'got_regions' from private data The 'got_regions' variable in the private data is used as a flag for the detach to know if the pci device has been enabled. Typically the dev->iobase variable is used to indicate this in all the other comedi drivers. Do the same here for consistancy. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed