Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208216
b: refs/heads/master
c: b14aa6d
h: refs/heads/master
v: v3
  • Loading branch information
Mike Miller authored and Jens Axboe committed Aug 7, 2010
1 parent 046921c commit e5d6e94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 256aea3fd3b5c43e8d05ce66eaf43def83773612
refs/heads/master: b14aa6dcd083ad00fb416a93f76131734e6c3c17
2 changes: 1 addition & 1 deletion trunk/drivers/block/cciss.c
Original file line number Diff line number Diff line change
Expand Up @@ -4150,6 +4150,7 @@ static int __devinit cciss_pci_init(ctlr_info_t *c, struct pci_dev *pdev)
#ifdef CCISS_DEBUG
printk(KERN_WARNING "Trying to put board into Performant mode\n");
#endif /* CCISS_DEBUG */
cciss_put_controller_into_performant_mode(c);
return 0;

err_out_free_res:
Expand All @@ -4158,7 +4159,6 @@ static int __devinit cciss_pci_init(ctlr_info_t *c, struct pci_dev *pdev)
* Smart Array controllers that pci_enable_device does not undo
*/
pci_release_regions(pdev);
cciss_put_controller_into_performant_mode(c);
return err;
}

Expand Down

0 comments on commit e5d6e94

Please sign in to comment.