Re: [PATCH] staging: fieldbus: make use of devm_platform_ioremap_resource

From: Sven Van Asbroeck
Date: Mon Oct 28 2019 - 17:11:40 EST


Hi Greg, friendly reminder... Did you miss the patch review below, or
is there a reason
why this isn't getting queued?

There seems to be a crowd chasing down this type of warnings, resulting
in multiple duplicates.

On Tue, Oct 8, 2019 at 9:31 AM Sven Van Asbroeck <thesven73@xxxxxxxxx> wrote:
>
> On Tue, Oct 8, 2019 at 2:11 AM hariprasad Kelam
> <hariprasad.kelam@xxxxxxxxx> wrote:
> >
> > From: Hariprasad Kelam <hariprasad.kelam@xxxxxxxxx>
> >
> > fix below issues reported by coccicheck
> > drivers/staging//fieldbus/anybuss/arcx-anybus.c:135:1-5: WARNING: Use
> > devm_platform_ioremap_resource for base
> > drivers/staging//fieldbus/anybuss/arcx-anybus.c:248:1-14: WARNING: Use
> > devm_platform_ioremap_resource for cd -> cpld_base
> >
> > Signed-off-by: Hariprasad Kelam <hariprasad.kelam@xxxxxxxxx>
> > ---
> > drivers/staging/fieldbus/anybuss/arcx-anybus.c | 8 ++------
> > 1 file changed, 2 insertions(+), 6 deletions(-)
>
> Reviewed-by: Sven Van Asbroeck <TheSven73@xxxxxxxxx>
> Tested-by: Sven Van Asbroeck <TheSven73@xxxxxxxxx>