Re: [PATCH 67/90] staging: comedi: dt3000: remove 'phys_addr' from the private data

2012-07-19 Thread Ian Abbott
On 2012-07-19 02:58, H Hartley Sweeten wrote: 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. I think dev->iobase

Re: [PATCH 67/90] staging: comedi: dt3000: remove 'phys_addr' from the private data

2012-07-19 Thread Ian Abbott
On 2012-07-19 02:58, H Hartley Sweeten wrote: 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. I think dev-iobase is

[PATCH 67/90] staging: comedi: dt3000: remove 'phys_addr' from the private data

2012-07-18 Thread H Hartley Sweeten
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 Cc: Greg

[PATCH 67/90] staging: comedi: dt3000: remove 'phys_addr' from the private data

2012-07-18 Thread H Hartley Sweeten
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 hswee...@visionengravers.com Cc: Ian