Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756906AbcJXA0r convert rfc822-to-8bit (ORCPT ); Sun, 23 Oct 2016 20:26:47 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:1242 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756701AbcJXA0q (ORCPT ); Sun, 23 Oct 2016 20:26:46 -0400 From: "weiyongjun (A)" To: Wei Yongjun , Matthias Brugger , Russell King CC: "linux-arm-kernel@lists.infradead.org" , "linux-mediatek@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: RE: [PATCH -next] ARM: mediatek: add terminate entry for of_device_id tables Thread-Topic: [PATCH -next] ARM: mediatek: add terminate entry for of_device_id tables Thread-Index: AQHSLSKmGRVMqcWRfEGAwTDmNRbkRqC2vxMg Date: Mon, 24 Oct 2016 00:24:41 +0000 Message-ID: <6AADFAC011213A4C87B956458587ADB46DF125@SZXEMI508-MBX.china.huawei.com> References: <1477222977-1336-1-git-send-email-weiyj.lk@gmail.com> In-Reply-To: <1477222977-1336-1-git-send-email-weiyj.lk@gmail.com> Accept-Language: zh-CN, en-US Content-Language: zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.177.30.138] Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 846 Lines: 28 > -----Original Message----- > From: Wei Yongjun [mailto:weiyj.lk@gmail.com] > Sent: Sunday, October 23, 2016 7:43 PM > To: Matthias Brugger ; Russell King > > Cc: weiyongjun (A) ; linux-arm- > kernel@lists.infradead.org; linux-mediatek@lists.infradead.org; linux- > kernel@vger.kernel.org > Subject: [PATCH -next] ARM: mediatek: add terminate entry for > of_device_id tables > > From: Wei Yongjun > > Make sure of_device_id tables are NULL terminated. > > Signed-off-by: Wei Yongjun > --- > arch/arm/mach-mediatek/platsmp.c | 2 ++ > 1 file changed, 2 insertions(+) > Sorry, this patch is not correct since mtk_tz_smp_boot_infos is used as ARRAY_SIZE(mtk_tz_smp_boot_infos), please ignore it. Regards, Yongjun Wei