Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14489
b: refs/heads/master
c: 1e39dea
h: refs/heads/master
i:
  14487: eb5b101
v: v3
  • Loading branch information
Amit Gud authored and Bartlomiej Zolnierkiewicz committed Nov 18, 2005
1 parent 15911f3 commit acbc5b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: bf4c796df61c5b3772709bf0fd62296e0ae662d7
refs/heads/master: 1e39dead2bfa8023bcdee4f1e5e6c933aff24e20
5 changes: 2 additions & 3 deletions trunk/drivers/ide/pci/cs5520.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,9 @@ static int __devinit cs5520_init_one(struct pci_dev *dev, const struct pci_devic

/* We must not grab the entire device, it has 'ISA' space in its
BARS too and we will freak out other bits of the kernel */
if(pci_enable_device_bars(dev, 1<<2))
{
if (pci_enable_device_bars(dev, 1<<2)) {
printk(KERN_WARNING "%s: Unable to enable 55x0.\n", d->name);
return 1;
return -ENODEV;
}
pci_set_master(dev);
if (pci_set_dma_mask(dev, DMA_32BIT_MASK)) {
Expand Down

0 comments on commit acbc5b5

Please sign in to comment.