diff options
Diffstat (limited to 'drivers/block/cciss.c')
-rw-r--r-- | drivers/block/cciss.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index 0cd606ce222a..d5d0fa538f12 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c | |||
@@ -638,6 +638,7 @@ static int cciss_ioctl(struct inode *inode, struct file *filep, | |||
638 | cciss_pci_info_struct pciinfo; | 638 | cciss_pci_info_struct pciinfo; |
639 | 639 | ||
640 | if (!arg) return -EINVAL; | 640 | if (!arg) return -EINVAL; |
641 | pciinfo.domain = pci_domain_nr(host->pdev->bus); | ||
641 | pciinfo.bus = host->pdev->bus->number; | 642 | pciinfo.bus = host->pdev->bus->number; |
642 | pciinfo.dev_fn = host->pdev->devfn; | 643 | pciinfo.dev_fn = host->pdev->devfn; |
643 | pciinfo.board_id = host->board_id; | 644 | pciinfo.board_id = host->board_id; |