Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56179
b: refs/heads/master
c: c9758b2
h: refs/heads/master
i:
  56177: 68b71e2
  56175: a2f01f6
v: v3
  • Loading branch information
Milind Arun Choudhary authored and Jaroslav Kysela committed May 11, 2007
1 parent 76628fe commit a521189
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 57b14f24d2a7aca65ddc6432fa89ebedf1219cc7
refs/heads/master: c9758b2182bdcccce31e1be474bfcd75b69cff0c
6 changes: 3 additions & 3 deletions trunk/sound/soc/at91/at91-ssc.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,20 +152,20 @@ static struct at91_ssc_info {
} ssc_info[NUM_SSC_DEVICES] = {
{
.name = "ssc0",
.lock = SPIN_LOCK_UNLOCKED,
.lock = __SPIN_LOCK_UNLOCKED(ssc_info[0].lock),
.dir_mask = 0,
.initialized = 0,
},
#if NUM_SSC_DEVICES == 3
{
.name = "ssc1",
.lock = SPIN_LOCK_UNLOCKED,
.lock = __SPIN_LOCK_UNLOCKED(ssc_info[1].lock),
.dir_mask = 0,
.initialized = 0,
},
{
.name = "ssc2",
.lock = SPIN_LOCK_UNLOCKED,
.lock = __SPIN_LOCK_UNLOCKED(ssc_info[2].lock),
.dir_mask = 0,
.initialized = 0,
},
Expand Down

0 comments on commit a521189

Please sign in to comment.