Loading drivers/sbus/char/display7seg.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
drivers/sbus/char/display7seg.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading