Re: [PATCH] staging: board: Fix uninitialized spinlock when attaching genpd

From: Geert Uytterhoeven
Date: Mon Feb 15 2021 - 14:11:03 EST


Hi Saravana,

On Mon, Feb 15, 2021 at 7:37 PM Saravana Kannan <saravanak@xxxxxxxxxx> wrote:
> On Mon, Feb 15, 2021 at 7:14 AM Geert Uytterhoeven
> > @@ -148,7 +149,11 @@ static int board_staging_add_dev_domain(struct platform_device *pdev,
> > pd_args.np = np;
> > pd_args.args_count = 0;
> >
> > - return of_genpd_add_device(&pd_args, &pdev->dev);
> > + /* Cfr. device_pm_init_common() */
>
> What's Cfr?

"compare to" (from Latin "confer").

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds