From: H Hartley Sweeten Date: Thu, 19 Jul 2012 01:44:43 +0000 (-0700) Subject: staging: comedi: cb_pcidda: store the pci_dev in the comedi_device X-Git-Tag: v3.6-rc1~100^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04cec90cd356016296af3030b12aacabd891f393;p=pandora-kernel.git staging: comedi: cb_pcidda: store the pci_dev in the comedi_device Use the hw_dev pointer in the comedi_device struct to hold the pci_dev instead of carrying it in the private data. Save the pci bar in dev->iobase so the detach is consistent with the other comedi pci drivers. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed