Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751877AbdHCNXc (ORCPT ); Thu, 3 Aug 2017 09:23:32 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:50375 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751083AbdHCNXa (ORCPT ); Thu, 3 Aug 2017 09:23:30 -0400 Date: Thu, 3 Aug 2017 16:23:07 +0300 From: Dan Carpenter To: hari prasath Cc: kbuild test robot , devel@driverdev.osuosl.org, Derek Robson , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Joseph Wright , linux@wolf-entwicklungen.de, kbuild-all@01.org, Colin Ian King Subject: Re: [PATCH] Remove explicit return type cast Message-ID: <20170803132307.vm64tfvcxaurjmku@mwanda> References: <20170802125125.10799-1-gehariprasath@gmail.com> <201708031431.ASfjkDNj%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1059 Lines: 27 On Thu, Aug 03, 2017 at 06:23:54PM +0530, hari prasath wrote: > On 3 August 2017 at 11:52, kbuild test robot wrote: > > Hi Hari, > > > > [auto build test WARNING on staging/staging-testing] > > [also build test WARNING on next-20170802] > > [cannot apply to v4.13-rc3] > > [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/Hari-Prasath/Remove-explicit-return-type-cast/20170803-080312 > > config: blackfin-allyesconfig (attached as .config) > > compiler: bfin-uclinux-gcc (GCC) 6.2.0 > > reproduce: > > wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > > chmod +x ~/bin/make.cross > > # save the attached .config to linux build tree > > make.cross ARCH=blackfin > > > > >> I tried these steps, it's giving me build error as below. > You don't need to cross compile on blackfin to get the warning. Just use the normal compiler. regards, dan carpenter