On Wed, Apr 20, 2016 at 3:54 AM, Andrew Jeffery <[email protected]> wrote:
> The range is registered into a linked list which can be referenced > throughout the lifetime of the driver. Ensure the range's memory is useful > for the same lifetime by adding it to the driver's private data structure. > > The bug was introduced in the driver's initial commit, which was present in > v3.10. > > Signed-off-by: Andrew Jeffery <[email protected]> > Fixes: f0b9a7e521fa ("pinctrl: exynos5440: add pinctrl driver for Samsung > EXYNOS5440 SoC") > Cc: [email protected] > --- > Since v1: > > * Add range member kerneldoc addressing Tomasz Figa's comment Patch applied with the ACKs. Yours, Linus Walleij

