From: H Hartley Sweeten Date: Thu, 19 Jul 2012 01:58:24 +0000 (-0700) Subject: staging: comedi: dt3000: remove 'phys_addr' from the private data X-Git-Tag: v3.6-rc1~100^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d49c815233f8c6a7977c0cf7539849aa51cb633;p=pandora-kernel.git staging: comedi: dt3000: remove 'phys_addr' from the private data The 'phys_addr' variable in the private data is simply used as a flag for the detach function to know that the pci device has been enabled. Use the 'dev->iobase' variable instead as is more typical for other comedi pci drivers. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed