From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758041AbbJVTgg (ORCPT ); Thu, 22 Oct 2015 15:36:36 -0400 Received: from smtp03.smtpout.orange.fr ([80.12.242.125]:56658 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757965AbbJVTgX (ORCPT ); Thu, 22 Oct 2015 15:36:23 -0400 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Thu, 22 Oct 2015 21:36:20 +0200 X-ME-IP: 92.136.202.112 From: Robert Jarzmik To: Jean-Christophe Plagniol-Villard , Tomi Valkeinen Cc: linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, Philipp Zabel Subject: Re: [PATCH v2 2/2] video: fbdev: pxafb: initial devicetree conversion References: <201510230211.r3WXXurc%fengguang.wu@intel.com> X-URL: http://belgarath.falguerolles.org/ Date: Thu, 22 Oct 2015 21:30:30 +0200 In-Reply-To: <201510230211.r3WXXurc%fengguang.wu@intel.com> (kbuild test robot's message of "Fri, 23 Oct 2015 02:50:31 +0800") Message-ID: <87h9liya3t.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org kbuild test robot writes: > Hi Robert, > > [auto build test ERROR on v4.3-rc5 -- if it's inappropriate base, please > suggest rules for selecting the more suitable base] ... >>> FATAL: drivers/video/fbdev/pxafb: struct of_device_id is not terminated with a NULL entry! Ah silly me ... It probably deserves a v3 of the patch to add the forgotten : {}, at the end of the struct of_device_id ... Cheers. -- Robert