Unverified Commit 160cbcb4 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files
parents 8545e9cf f104fa0e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1123,7 +1123,7 @@ static ssize_t recomp_algorithm_store(struct device *dev,
	while (*args) {
		args = next_arg(args, &param, &val);

		if (!*val)
		if (!val || !*val)
			return -EINVAL;

		if (!strcmp(param, "algo")) {
@@ -1800,7 +1800,7 @@ static ssize_t recompress_store(struct device *dev,
	while (*args) {
		args = next_arg(args, &param, &val);

		if (!*val)
		if (!val || !*val)
			return -EINVAL;

		if (!strcmp(param, "type")) {