Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182707
b: refs/heads/master
c: c85a400
h: refs/heads/master
i:
  182705: 68da82b
  182703: 617cb0d
v: v3
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and Takashi Iwai committed Feb 1, 2010
1 parent cb9e1e7 commit 2b2c7db
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: 30ede1b9f08204db178bf17bb1800dfee8327caa
refs/heads/master: c85a400499093b2025238413198e48e4d825723e
2 changes: 1 addition & 1 deletion trunk/sound/core/seq/seq_clientmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2190,7 +2190,7 @@ static int snd_seq_do_ioctl(struct snd_seq_client *client, unsigned int cmd,
if (p->cmd == cmd)
return p->func(client, arg);
}
snd_printd("seq unknown ioctl() 0x%x (type='%c', number=0x%2x)\n",
snd_printd("seq unknown ioctl() 0x%x (type='%c', number=0x%02x)\n",
cmd, _IOC_TYPE(cmd), _IOC_NR(cmd));
return -ENOTTY;
}
Expand Down

0 comments on commit 2b2c7db

Please sign in to comment.