From: Ian Abbott Date: Mon, 4 Aug 2014 11:14:28 +0000 (+0100) Subject: staging: comedi: amplc_pci224: put board indices in PCI driver_data X-Git-Tag: fixes-for-v3.18-merge-window~15^2~1379 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=930771fb905be0e1c09a2fe84c17b578d7a0fdd6;p=pandora-kernel.git staging: comedi: amplc_pci224: put board indices in PCI driver_data The `driver_data` member value from the matched entry of the PCI module device table `amplc_pci224_pci_table[]` is passed through to our comedi "auto_attach" handler, `pci224_auto_attach()`. Use that to index directly into our static board data array `pci224_boards[]` instead of calling `pci224_find_pci_board()` to search for the entry matching the PCI device ID. That function can be removed. The `devid` and `model` members of `struct pci224_board` are no longer needed either and can be removed. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed