Skip to content

Commit

Permalink
[SPARC]: display7seg build fix
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Andrew Morton authored and David S. Miller committed Nov 11, 2005
1 parent 6e6ece5 commit a5aac37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 a5aac37

Please sign in to comment.