From: Ian Abbott Date: Thu, 31 May 2012 15:02:04 +0000 (+0100) Subject: staging: comedi: amplc_pci224: Change return type of pci224_find_pci() X-Git-Tag: v3.6-rc1~100^2~972 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01ea83bce2d5219a71a044a084e3cecd6f0ad28e;p=pandora-kernel.git staging: comedi: amplc_pci224: Change return type of pci224_find_pci() pci224_find_pci() finds a supported PCI device, returning 0 on success or -EIO on failure and returning the pointer to the PCI device via a struct pci_dev ** parameter. Change it to return the struct pci_dev * on success or NULL on failure. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed