Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162341
b: refs/heads/master
c: 51a569f
h: refs/heads/master
i:
  162339: 7da2f37
v: v3
  • Loading branch information
Emilio G. Cota authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 22db494 commit ac327be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a37b0dad8b3d278fa64482ccd2381c947f432bf7
refs/heads/master: 51a569f757f233bcffbffcdfeeff510916991a55
4 changes: 2 additions & 2 deletions trunk/drivers/staging/vme/vme.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ int vme_slave_get (struct vme_resource *resource, int *enabled,

image = list_entry(resource->entry, struct vme_slave_resource, list);

if (bridge->slave_set == NULL) {
if (bridge->slave_get == NULL) {
printk("vme_slave_get not supported\n");
return -EINVAL;
}
Expand Down Expand Up @@ -499,7 +499,7 @@ int vme_master_get (struct vme_resource *resource, int *enabled,

image = list_entry(resource->entry, struct vme_master_resource, list);

if (bridge->master_set == NULL) {
if (bridge->master_get == NULL) {
printk("vme_master_set not supported\n");
return -EINVAL;
}
Expand Down

0 comments on commit ac327be

Please sign in to comment.