Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294264
b: refs/heads/master
c: eb4f230
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Pinchart committed Mar 12, 2012
1 parent e757f4a commit cb1efb7
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: 05432837ae0dfc6c7de93d081b1377ced4eb866b
refs/heads/master: eb4f2304ba029f78516c2fe23213d7e2d0f8d58f
2 changes: 1 addition & 1 deletion trunk/drivers/video/sh_mobile_meram.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ static inline void meram_set_next_addr(struct sh_mobile_meram_priv *priv,
{
unsigned long target;

target = (cfg->current_reg) ? MExxSARA : MExxSARB;
cfg->current_reg ^= 1;
target = cfg->current_reg ? MExxSARB : MExxSARA;

/* set the next address to fetch */
meram_write_icb(priv->base, cfg->icb[0].cache_icb, target,
Expand Down

0 comments on commit cb1efb7

Please sign in to comment.