Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5aac37f authored by Andrew Morton's avatar Andrew Morton Committed by David S. Miller
Browse files

[SPARC]: display7seg build fix

parent 6e6ece5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;