Re: [PATCH 01/15] drm/panfrost: avoid static declaration

2020-05-28 Thread Steven Price
On 10/05/2020 17:55, Clément Péron wrote: This declaration can be avoided so change it. Signed-off-by: Clément Péron Reviewed-by: Steven Price --- drivers/gpu/drm/panfrost/panfrost_devfreq.c | 38 ++--- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git

[PATCH 01/15] drm/panfrost: avoid static declaration

2020-05-10 Thread Clément Péron
This declaration can be avoided so change it. Signed-off-by: Clément Péron --- drivers/gpu/drm/panfrost/panfrost_devfreq.c | 38 ++--- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/drivers/gpu/drm/panfrost/panfrost_devfreq.c