Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257875
b: refs/heads/master
c: e140625
h: refs/heads/master
i:
  257873: 5806842
  257871: 40aa8b1
v: v3
  • Loading branch information
Mike Frysinger committed Jul 23, 2011
1 parent 204217c commit 0ec90d3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ef0531b2e41fd2a0d0ba3ff3cb775947784cc278
refs/heads/master: e14062563cd5702c656fc9bee14165564341be2b
3 changes: 2 additions & 1 deletion trunk/arch/blackfin/kernel/debug-mmrs.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ bfin_debug_mmrs_dma(struct dentry *parent, unsigned long base, int num, char mdm
__DMA(CURR_DESC_PTR, curr_desc_ptr);
__DMA(CURR_ADDR, curr_addr);
__DMA(IRQ_STATUS, irq_status);
__DMA(PERIPHERAL_MAP, peripheral_map);
if (strcmp(pfx, "IMDMA") != 0)
__DMA(PERIPHERAL_MAP, peripheral_map);
__DMA(CURR_X_COUNT, curr_x_count);
__DMA(CURR_Y_COUNT, curr_y_count);
}
Expand Down

0 comments on commit 0ec90d3

Please sign in to comment.