Re: [PATCH] drm/amd/powerplay: fix memory allocation failure check V2

2019-07-15 Thread Alex Deucher
On Fri, Jul 12, 2019 at 1:22 AM Evan Quan wrote: > > Fix memory allocation failure check. > > - V2: fix one more similar error > > Change-Id: I012b082a7a2b92973a76db8029897fb4a3441694 > Signed-off-by: Evan Quan Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/powerplay/vega20_ppt.c | 4

RE: [PATCH] drm/amd/powerplay: fix memory allocation failure check V2

2019-07-15 Thread Quan, Evan
Ping.. > -Original Message- > From: Evan Quan > Sent: Friday, July 12, 2019 1:23 PM > To: amd-gfx@lists.freedesktop.org > Cc: Quan, Evan > Subject: [PATCH] drm/amd/powerplay: fix memory allocation failure check > V2 > > Fix memory allocation failure check. > > - V2: fix one more