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

Commit e6d38535 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/sde: Change log level from error to warn"

parents 97ffa415 e81682c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -287,7 +287,7 @@ int reg_dmav1_init_dspp_op_v4(int feature, enum sde_dspp idx)
	}

	if (feature_map[feature] >= REG_DMA_FEATURES_MAX) {
		DRM_ERROR("invalid feature map %d for feature %d\n",
		DRM_WARN("invalid feature map %d for feature %d\n",
			feature_map[feature], feature);
		return -ENOTSUPP;
	}