Re: [PATCH] drm/nouveau/pmu: don't print reply values if exec is false

2019-01-24 Thread Colin Ian King
ping? On 19/12/2018 15:29, Colin King wrote: > From: Colin Ian King > > Currently the uninitialized values in the array reply are printed out > when exec is false and nvkm_pmu_send has not updated the array. Avoid > confusion by only dumping out these values if they have been actually > updated.

[PATCH] drm/nouveau/pmu: don't print reply values if exec is false

2018-12-19 Thread Colin King
From: Colin Ian King Currently the uninitialized values in the array reply are printed out when exec is false and nvkm_pmu_send has not updated the array. Avoid confusion by only dumping out these values if they have been actually updated. Detected by CoverityScan, CID#1271291 ("Uninitialized sc