On Tue, Apr 21, 2015 at 09:52:14PM +0200, Greg Kroah-Hartman wrote: > On Tue, Apr 21, 2015 at 09:30:55PM +0300, Jarkko Sakkinen wrote: > > -#define to_tpm_chip(n) container_of(n, struct tpm_chip, vendor) > > +#define to_tpm_chip(n) container_of(dev, struct tpm_chip, dev) > > That doesn't look correct to me...
Oops, no it doesn't (things worked though because the local variable where this was used was named as dev). Thanks for pointing this out. > thanks, > > greg k-h /Jarkko -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/