On Mon, Mar 22, 2021 at 3:48 PM Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: > > + struct device *dev = &pdev->dev; Do we want helpers like this to be `*const` (assuming they can)? (same for patch 12). Cheers, Miguel
On Mon, Mar 22, 2021 at 3:48 PM Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: > > + struct device *dev = &pdev->dev; Do we want helpers like this to be `*const` (assuming they can)? (same for patch 12). Cheers, Miguel