Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205843
b: refs/heads/master
c: feffce4
h: refs/heads/master
i:
  205841: 9aabb33
  205839: ce47e17
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Greg Kroah-Hartman committed Jul 8, 2010
1 parent b0913c0 commit 0d45b67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: c4d82fbb458e6c6eebcff84653563c9c5e9a530d
refs/heads/master: feffce47678375a6422d5356a379e407f007d424
8 changes: 4 additions & 4 deletions trunk/drivers/staging/vme/bridges/vme_ca91cx42.c
Original file line number Diff line number Diff line change
Expand Up @@ -963,11 +963,11 @@ int ca91cx42_dma_list_add(struct vme_dma_list *list, struct vme_dma_attr *src,

if (dest->type == VME_DMA_VME) {
entry->descriptor.dctl |= CA91CX42_DCTL_L2V;
vme_attr = (struct vme_dma_vme *)dest->private;
pci_attr = (struct vme_dma_pci *)src->private;
vme_attr = dest->private;
pci_attr = src->private;
} else {
vme_attr = (struct vme_dma_vme *)src->private;
pci_attr = (struct vme_dma_pci *)dest->private;
vme_attr = src->private;
pci_attr = dest->private;
}

/* Check we can do fullfill required attributes */
Expand Down

0 comments on commit 0d45b67

Please sign in to comment.