diff --git a/.pick_status.json b/.pick_status.json index 9b6f075d8cb..71a322989c3 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -4,7 +4,7 @@ "description": "intel/isl: Fix isl_color_value_unpack to match the prototype", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "master_sha": null, "because_sha": "09ced6542049986f7fe52af8087aec9fc23d9f16" }, diff --git a/src/intel/isl/isl_format.c b/src/intel/isl/isl_format.c index 5443f6ea0c7..9864e69dc26 100644 --- a/src/intel/isl/isl_format.c +++ b/src/intel/isl/isl_format.c @@ -1318,7 +1318,7 @@ unpack_channel(union isl_color_value *value, void isl_color_value_unpack(union isl_color_value *value, enum isl_format format, - const uint32_t data_in[4]) + const uint32_t *data_in) { const struct isl_format_layout *fmtl = isl_format_get_layout(format); assert(fmtl->colorspace == ISL_COLORSPACE_LINEAR ||