Commit 7d8de8ca authored by Jani Nikula's avatar Jani Nikula
Browse files
parent 5e9a0200
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -444,7 +444,7 @@ static int icl_pcode_read_mem_global_info(struct drm_i915_private *dev_priv)
			break;
		default:
			MISSING_CASE(val & 0xf);
			return -1;
			return -EINVAL;
		}
	} else {
		switch (val & 0xf) {
@@ -462,7 +462,7 @@ static int icl_pcode_read_mem_global_info(struct drm_i915_private *dev_priv)
			break;
		default:
			MISSING_CASE(val & 0xf);
			return -1;
			return -EINVAL;
		}
	}