From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752824AbcHOITW (ORCPT ); Mon, 15 Aug 2016 04:19:22 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:42437 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751328AbcHOITT (ORCPT ); Mon, 15 Aug 2016 04:19:19 -0400 Subject: Re: [PATCH 3/4] clk: hix5hd2: change ethernet clock type To: kbuild test robot References: <201608112002.qeCiGZLQ%fengguang.wu@intel.com> CC: , , , , , , , , , , , , , , , , , , From: Dongpo Li Message-ID: <57B1740E.6070501@hisilicon.com> Date: Mon, 15 Aug 2016 15:49:34 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <201608112002.qeCiGZLQ%fengguang.wu@intel.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.66.52.107] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020203.57B179DF.004A,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 284f8dd78b4ff0e126a65da1a0c180a4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, On 2016/8/11 20:09, kbuild test robot wrote: > Hi Dongpo, > > [auto build test ERROR on robh/for-next] > [also build test ERROR on v4.8-rc1 next-20160811] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Dongpo-Li/net-hix5hd2_gmac-add-tx-sg-feature-and-reset-clock-control-signals/20160811-170826 > base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next > config: arm-multi_v7_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 >>): > > drivers/clk/hisilicon/clk-hix5hd2.c: In function 'hix5hd2_clk_init': >>> drivers/clk/hisilicon/clk-hix5hd2.c:260:25: error: passing argument 1 of 'hisi_reset_init' from incompatible pointer type [-Werror=incompatible-pointer-types] > rstc = hisi_reset_init(np); > ^ > In file included from drivers/clk/hisilicon/clk-hix5hd2.c:15:0: > drivers/clk/hisilicon/reset.h:25:31: note: expected 'struct platform_device *' but argument is of type 'struct device_node *' > struct hisi_reset_controller *hisi_reset_init(struct platform_device *pdev); > ^ Sorry for my mistake, the interface changes in newer patch. I will fix my problem in the next patch version. Regards, Dongpo .