Re: [PATCH 10/12] fbdev: da8xx-fb: use devm_platform_ioremap_resource()

2019-06-28 Thread Bartlomiej Zolnierkiewicz
On 6/25/19 6:34 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Shrink the code a bit by using the new helper wrapping the calls to > platform_get_resource() and devm_ioremap_resource() together. > > Signed-off-by: Bartosz Golaszewski Acked-by: Bartlomiej Zolnierkiewicz Best

[PATCH 10/12] fbdev: da8xx-fb: use devm_platform_ioremap_resource()

2019-06-25 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Shrink the code a bit by using the new helper wrapping the calls to platform_get_resource() and devm_ioremap_resource() together. Signed-off-by: Bartosz Golaszewski --- drivers/video/fbdev/da8xx-fb.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git