drm/lima: Reduce number of PTR_ERR() calls
authorKrzysztof Kozlowski <krzk@kernel.org>
Fri, 21 Jun 2019 16:21:16 +0000 (18:21 +0200)
committerQiang Yu <yuq825@gmail.com>
Sun, 23 Jun 2019 03:23:18 +0000 (11:23 +0800)
commit7b4e467d2f995702ad473cacd05a00a744a43cc5
treee69486e743d04dfd01a48ccbbb035f3f389154b6
parent34e88f9e2fff2d46a206e4d94c9e8fdf45b85d9a
drm/lima: Reduce number of PTR_ERR() calls

Store the PTR_ERR() result in local variable in clock init error path.
This makes the code consistent with similar section in regulator init
code.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Qiang Yu <yuq825@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190621162117.22533-3-krzk@kernel.org
drivers/gpu/drm/lima/lima_device.c