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

Loading
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ static long udmabuf_ioctl(struct file *filp, unsigned int ioctl,
		ret = udmabuf_ioctl_create_list(filp, arg);
		break;
	default:
		ret = -EINVAL;
		ret = -ENOTTY;
		break;
	}
	return ret;