Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348731
b: refs/heads/master
c: ae42865
h: refs/heads/master
i:
  348729: 7cc7836
  348727: 49e52f4
v: v3
  • Loading branch information
Nickolai Zeldovich authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 8414928 commit 60f6eaf
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: 2dcb4a298cd9ffdd5b53437430863c80a868dc90
refs/heads/master: ae428655b826f2755a8101b27beda42a275ef8ad
2 changes: 1 addition & 1 deletion trunk/drivers/staging/speakup/synth.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ int synth_init(char *synth_name)

mutex_lock(&spk_mutex);
/* First, check if we already have it loaded. */
for (i = 0; synths[i] != NULL && i < MAXSYNTHS; i++)
for (i = 0; i < MAXSYNTHS && synths[i] != NULL; i++)
if (strcmp(synths[i]->name, synth_name) == 0)
synth = synths[i];

Expand Down

0 comments on commit 60f6eaf

Please sign in to comment.