From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from muin.pair.com (muin.pair.com [209.68.1.55]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 21F861A09A2 for ; Tue, 17 Mar 2015 06:30:32 +1100 (AEDT) Message-ID: <55072CEE.7060103@tabi.org> Date: Mon, 16 Mar 2015 14:20:14 -0500 From: Timur Tabi MIME-Version: 1.0 To: Fabian Frederick , linux-kernel@vger.kernel.org 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, Patrice Chotard , 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: , On 03/16/2015 02: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/ucc_uart.c | 2 +- For this driver: Acked-by: Timur Tabi