Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13836
b: refs/heads/master
c: 79ffeeb
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Nov 11, 2005
1 parent cd074ad commit 96d13d1
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: 6a438bbe68c7013a42d9c5aee5a40d7dafdbe6ec
refs/heads/master: 79ffeeb9e66da8c60de8c8ab676658bcbc47c1f7
2 changes: 1 addition & 1 deletion trunk/drivers/sbus/char/display7seg.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ static long d7s_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
{
__u8 regs = readb(d7s_regs);
__u8 ireg = 0;
int error = 0
int error = 0;

if (D7S_MINOR != iminor(file->f_dentry->d_inode))
return -ENODEV;
Expand Down

0 comments on commit 96d13d1

Please sign in to comment.