Message ID | 20190319155552.GA1200@lkp-wsm-ep2 (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [RFC,asoc] ASoC: wm_adsp: wm_halo_ops can be static | expand |
On Tue, Mar 19, 2019 at 11:55:53PM +0800, kbuild test robot wrote: > > Fixes: 170b1e123f38 ("ASoC: wm_adsp: Add support for new Halo core DSPs") > Signed-off-by: kbuild test robot <lkp@intel.com> > --- Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com> Thanks, Charles
On Tue, Mar 19, 2019 at 11:55:53PM +0800, kbuild test robot wrote: > > Fixes: 170b1e123f38 ("ASoC: wm_adsp: Add support for new Halo core DSPs") > Signed-off-by: kbuild test robot <lkp@intel.com> This (and the other fix for this file the bot sent at about the same time) doesn't seem to apply against ucrrent code.
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c index 644aaf1..33b39c6 100644 --- a/sound/soc/codecs/wm_adsp.c +++ b/sound/soc/codecs/wm_adsp.c @@ -308,7 +308,7 @@ struct wm_adsp_ops wm_adsp1_ops; struct wm_adsp_ops wm_adsp2_ops[]; -struct wm_adsp_ops wm_halo_ops; +static struct wm_adsp_ops wm_halo_ops; struct wm_adsp_buf { struct list_head list;
Fixes: 170b1e123f38 ("ASoC: wm_adsp: Add support for new Halo core DSPs") Signed-off-by: kbuild test robot <lkp@intel.com> --- wm_adsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)