Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258867
b: refs/heads/master
c: 14559f2
h: refs/heads/master
i:
  258865: c0804d0
  258863: ae1d645
v: v3
  • Loading branch information
Jesper Juhl authored and Jiri Kosina committed Jul 11, 2011
1 parent eb80e16 commit 31170fd
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e04008eb38d8b0e3bca926c23cbea309edce164b
refs/heads/master: 14559f2f9a8b7e5d565c7de34a95097ee331c5cb
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/variants/s6000/include/variant/dmac.h
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ static inline u32 s6dmac_channel_enabled(u32 dmac, int chan)
static inline void s6dmac_dp_setup_group(u32 dmac, int port,
int nrch, int frrep)
{
const static u8 mask[4] = {0, 3, 1, 2};
static const u8 mask[4] = {0, 3, 1, 2};
BUG_ON(dmac != S6_REG_DPDMA);
if ((port < 0) || (port > 3) || (nrch < 1) || (nrch > 4))
return;
Expand Down

0 comments on commit 31170fd

Please sign in to comment.