From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [62.209.51.94]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 596271A02D9 for ; Tue, 17 Mar 2015 19:54:15 +1100 (AEDT) Message-ID: <5507E17D.2050701@st.com> Date: Tue, 17 Mar 2015 09:10:37 +0100 From: Patrice Chotard MIME-Version: 1.0 To: Fabian Frederick , Subject: Re: [PATCH 05/35 linux-next] tty: constify of_device_id array References: <1426533469-25458-1-git-send-email-fabf@skynet.be> <1426533469-25458-6-git-send-email-fabf@skynet.be> In-Reply-To: <1426533469-25458-6-git-send-email-fabf@skynet.be> Content-Type: text/plain; charset="windows-1252"; format=flowed Cc: Alexandre Courbot , Barry Song , kernel@stlinux.com, Stephen Warren , Greg Kroah-Hartman , linuxppc-dev@lists.ozlabs.org, Timur Tabi , Michal Simek , Thierry Reding , Laxman Dewangan , linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org, Srinivas Kandagatla , linux-tegra@vger.kernel.org, Jiri Slaby , =?windows-1252?Q?S=F6ren_Brinkmann?= , Maxime Coquelin List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Fabian On 03/16/2015 08:17 PM, Fabian Frederick wrote: > of_device_id is always used as const. > (See driver.of_match_table and open firmware functions) > > Signed-off-by: Fabian Frederick > --- .... > drivers/tty/serial/st-asc.c | 2 +- > For this driver Acked-by: Patrice Chotard Thanks