28 Oct
2016
28 Oct
'16
8:26 p.m.
On Fri, Oct 28, 2016 at 04:32:19PM +0100, Srinivas Kandagatla wrote:
This patch fixes lpass-platform driver which was broken in v4.9-rc1. lpass_pcm_data data structure holds information specific to stream. Holding a single private pointer to it in global lpass_data will not work, because it would be overwritten by for each pcm instance.
This is a bug fix but you've made it depend on patch 1 which is just a refactoring and should therefore not be sent to Linus as a fix. Please don't do this, fix bugs first then do any cleanups and new functionality. That way we can send fixes to Linus without needing to pull in extra stuff.