On Mon, Jun 6, 2016 at 6:56 PM, Thierry Reding <thierry.reding@xxxxxxxxx> wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > Commit b546be0db955 ("gpio: tegra: Get rid of all file scoped global > variables") moved all file scoped variables into the driver-private > structure to allow potentially multiple instances of the driver. The > change also included turning the lockdep class into a driver-private > field, which doesn't work and produces error messages such as this: > > [ 0.142310] BUG: key ffff8000fb3f7ab0 not in .data! > > Make the lockdep class file-scoped again to fix this issue. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> Patch applied for fixes. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html