Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186797
b: refs/heads/master
c: 5188d74
h: refs/heads/master
i:
  186795: dcd605d
v: v3
  • Loading branch information
Arthur Benilov authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent bbb6cd9 commit 5487c94
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 877de4b4866f1cc0a25a4d67d3927304556f5d1f
refs/heads/master: 5188d74cc4597a63a0907b8996ca0a2d36f1b970
6 changes: 5 additions & 1 deletion trunk/drivers/staging/vme/devices/vme_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -701,8 +701,12 @@ static int __init vme_user_probe(struct device *dev, int cur_bus, int cur_slot)
/* Request slave resources and allocate buffers (128kB wide) */
for (i = SLAVE_MINOR; i < (SLAVE_MAX + 1); i++) {
/* XXX Need to properly request attributes */
/* For ca91cx42 bridge there are only two slave windows
* supporting A16 addressing, so we request A24 supported
* by all windows.
*/
image[i].resource = vme_slave_request(vme_user_bridge,
VME_A16, VME_SCT);
VME_A24, VME_SCT);
if (image[i].resource == NULL) {
printk(KERN_WARNING "Unable to allocate slave "
"resource\n");
Expand Down

0 comments on commit 5487c94

Please sign in to comment.