Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9253
b: refs/heads/master
c: f65d9be
h: refs/heads/master
i:
  9251: 8eafb29
v: v3
  • Loading branch information
Clemens Buchacher authored and Linus Torvalds committed Sep 23, 2005
1 parent f8fa5a6 commit fbdc545
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 288a60cf4d7cc35f84f46cd8ffd0b34f9d8e7346
refs/heads/master: f65d9bea8692d7343e4636763f291408f025834f
2 changes: 1 addition & 1 deletion trunk/sound/oss/au1000.c
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ static int au1000_mmap(struct file *file, struct vm_area_struct *vma)
unsigned long size;
int ret = 0;

dbg(__FUNCTION__);
dbg("%s", __FUNCTION__);

lock_kernel();
down(&s->sem);
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/oss/ite8172.c
Original file line number Diff line number Diff line change
Expand Up @@ -1859,7 +1859,7 @@ static int it8172_release(struct inode *inode, struct file *file)
struct it8172_state *s = (struct it8172_state *)file->private_data;

#ifdef IT8172_VERBOSE_DEBUG
dbg(__FUNCTION__);
dbg("%s", __FUNCTION__);
#endif
lock_kernel();
if (file->f_mode & FMODE_WRITE)
Expand Down

0 comments on commit fbdc545

Please sign in to comment.