Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177569
b: refs/heads/master
c: ad49768
h: refs/heads/master
i:
  177567: 60decc0
v: v3
  • Loading branch information
Bjorn Helgaas authored and Len Brown committed Dec 15, 2009
1 parent fe6ee3f commit c9301b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9065ce4500085b9ca66b19d3c4d21a73cb410173
refs/heads/master: ad497680a5ff646e645752e3e065a752f32f12f8
4 changes: 0 additions & 4 deletions trunk/drivers/char/ipmi/ipmi_si_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2202,7 +2202,6 @@ static int __devinit ipmi_pci_probe(struct pci_dev *pdev,
int rv;
int class_type = pdev->class & PCI_ERMC_CLASSCODE_TYPE_MASK;
struct smi_info *info;
int first_reg_offset = 0;

info = kzalloc(sizeof(*info), GFP_KERNEL);
if (!info)
Expand Down Expand Up @@ -2241,9 +2240,6 @@ static int __devinit ipmi_pci_probe(struct pci_dev *pdev,
info->addr_source_cleanup = ipmi_pci_cleanup;
info->addr_source_data = pdev;

if (pdev->subsystem_vendor == PCI_HP_VENDOR_ID)
first_reg_offset = 1;

if (pci_resource_flags(pdev, 0) & IORESOURCE_IO) {
info->io_setup = port_setup;
info->io.addr_type = IPMI_IO_ADDR_SPACE;
Expand Down

0 comments on commit c9301b1

Please sign in to comment.