On Tuesday, May 31, 2016 12:44:17 PM CEST Charles Keepax wrote: > 64-bit builds would generate a warning when we passed the core number as > a pointer through the notifier data: > > sound/soc/codecs/cs47l24.c:1091:13: warning: cast to pointer from > integer of different size [-Wint-to-pointer-cast] > (void *)i); > > Rather than just fix this up with more casting add a data structure that > holds information for the notifier chain. This will make it easier to > add additional information in the future as well. > > Fixes: 7baa7e2490e1 ("ASoC: arizona: Add event notification on voice trigger events") > Signed-off-by: Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxxxxxxxx> Thanks for addressing it so quickly! Acked-by: Arnd Bergmann <arnd@xxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html