From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753455AbeCPQwT (ORCPT ); Fri, 16 Mar 2018 12:52:19 -0400 Received: from mail-wr0-f182.google.com ([209.85.128.182]:40432 "EHLO mail-wr0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753241AbeCPQv5 (ORCPT ); Fri, 16 Mar 2018 12:51:57 -0400 X-Google-Smtp-Source: AG47ELvNC+/wtWd7Dee0fGdfG82TcRGDQjAU1fyWFGDPmpWHXPnCjawME/y35x0MBZoQrK5gvXy2UQ== References: <20180313113311.8617-3-rui.silva@linaro.org> <201803150338.2LzbxAYM%fengguang.wu@intel.com> <20180316161011.yelt3mqkqo7qnlnn@kekkonen.localdomain> User-agent: mu4e 1.0; emacs 25.3.1 From: Rui Miguel Silva To: Sakari Ailus Cc: Rui Miguel Silva , kbuild test robot , kbuild-all@01.org, mchehab@kernel.org, hverkuil@xs4all.nl, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, Ryan Harkin Subject: Re: [PATCH v3 2/2] media: ov2680: Add Omnivision OV2680 sensor driver In-reply-to: <20180316161011.yelt3mqkqo7qnlnn@kekkonen.localdomain> Date: Fri, 16 Mar 2018 16:51:53 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; format=flowed Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sakari, On Fri 16 Mar 2018 at 16:10, Sakari Ailus wrote: > On Thu, Mar 15, 2018 at 09:29:33AM +0000, Rui Miguel Silva > wrote: >> Hi, >> On Wed 14 Mar 2018 at 19:39, kbuild test robot wrote: >> > Hi Rui, >> > >> > I love your patch! Yet something to improve: >> > >> > [auto build test ERROR on v4.16-rc4] >> > [cannot apply to next-20180314] >> > [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/Rui-Miguel-Silva/media-Introduce-Omnivision-OV2680-driver/20180315-020617 >> > config: sh-allmodconfig (attached as .config) >> > compiler: sh4-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0 >> > reproduce: >> > wget >> > https://raw.githubusercontent.com/intel/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=sh >> > >> > All errors (new ones prefixed by >>): >> > >> > drivers/media/i2c/ov2680.c: In function 'ov2680_set_fmt': >> > > > drivers/media/i2c/ov2680.c:713:9: error: implicit >> > > > declaration of >> > > > function 'v4l2_find_nearest_size'; did you mean >> > > > 'v4l2_find_nearest_format'? >> > > > [-Werror=implicit-function-declaration] >> > mode = v4l2_find_nearest_size(ov2680_mode_data, >> > ^~~~~~~~~~~~~~~~~~~~~~ >> > v4l2_find_nearest_format >> >> As requested by maintainer this series depend on this patch >> [0], which >> introduce this macro. I am not sure of the status of that patch >> though. > > No need to worry about that, the sensor driver will just be > merged after > the dependencies are in. Mauro said he'd handle the pull request > early next > week. Great, Many thanks for everything. --- Cheers, Rui