Hi Tony, [auto build test ERROR on asoc/for-next] [also build test ERROR on v4.8-rc4 next-20160825] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on] [Check https://git-scm.com/docs/git-format-patch for more information] url: https://github.com/0day-ci/linux/commits/Tony-Lindgren/ASoC-omap-mcbsp-Add-PM-QoS-support-for-McBSP-to-prevent-glitches/20160830-022953 base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next config: arm-omap2plus_defconfig (attached as .config) compiler: arm-linux-gnueabi-gcc (Debian 5.4.0-6) 5.4.0 20160609 reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree make.cross ARCH=arm All errors (new ones prefixed by >>): sound/soc/omap/mcbsp.c: In function 'omap_mcbsp_cleanup': >> sound/soc/omap/mcbsp.c:1108:32: error: passing argument 1 of 'dev_pm_qos_request_active' from incompatible pointer type [-Werror=incompatible-pointer-types] if (dev_pm_qos_request_active(&mcbsp->pm_qos_req)) ^ In file included from sound/soc/omap/mcbsp.c:28:0: include/linux/pm_qos.h:113:19: note: expected 'struct dev_pm_qos_request *' but argument is of type 'struct pm_qos_request *' static inline int dev_pm_qos_request_active(struct dev_pm_qos_request *req) ^ cc1: some warnings being treated as errors vim +/dev_pm_qos_request_active +1108 sound/soc/omap/mcbsp.c 1102 clk_put(mcbsp->fclk); 1103 return ret; 1104 } 1105 1106 void omap_mcbsp_cleanup(struct omap_mcbsp *mcbsp) 1107 { > 1108 if (dev_pm_qos_request_active(&mcbsp->pm_qos_req)) 1109 pm_qos_remove_request(&mcbsp->pm_qos_req); 1110 1111 if (mcbsp->pdata->buffer_size) --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data