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