Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197104
b: refs/heads/master
c: 7946328
h: refs/heads/master
v: v3
  • Loading branch information
Martyn Welch authored and Greg Kroah-Hartman committed May 11, 2010
1 parent e51f971 commit 38ed63b
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 120 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: 48d9356e7750d3efa3156eb3a76e7a4439774b12
refs/heads/master: 7946328faf1dca9bfadf98f4579f95aafffaba0f
9 changes: 4 additions & 5 deletions trunk/drivers/staging/vme/bridges/vme_ca91cx42.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
#include <linux/spinlock.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <asm/time.h>
#include <asm/io.h>
#include <asm/uaccess.h>
#include <linux/time.h>
#include <linux/io.h>
#include <linux/uaccess.h>

#include "../vme.h"
#include "../vme_bridge.h"
Expand Down Expand Up @@ -1684,9 +1684,8 @@ static int ca91cx42_probe(struct pci_dev *pdev, const struct pci_device_id *id)
dev_info(&pdev->dev, "Slot ID is %d\n",
ca91cx42_slot_get(ca91cx42_bridge));

if (ca91cx42_crcsr_init(ca91cx42_bridge, pdev)) {
if (ca91cx42_crcsr_init(ca91cx42_bridge, pdev))
dev_err(&pdev->dev, "CR/CSR configuration failed.\n");
}

/* Need to save ca91cx42_bridge pointer locally in link list for use in
* ca91cx42_remove()
Expand Down
Loading

0 comments on commit 38ed63b

Please sign in to comment.