From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753285AbdK0Ttz (ORCPT ); Mon, 27 Nov 2017 14:49:55 -0500 Received: from mail-qt0-f175.google.com ([209.85.216.175]:33124 "EHLO mail-qt0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751673AbdK0Ttx (ORCPT ); Mon, 27 Nov 2017 14:49:53 -0500 X-Google-Smtp-Source: AGs4zMY1MiYaX4U8Hmm4H5IKcXExfu9JTkCfspMUTZKtXr7waWw39Lmpwt6f1iHWNa+WagOQuCVK9w== Date: Mon, 27 Nov 2017 11:49:50 -0800 From: Tejun Heo To: Arvind Yadav Cc: b.zolnierkie@samsung.com, sergei.shtylyov@cogentembedded.com, linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org Subject: Re: [PATCH] pata_pdc2027x : make pdc2027x_*_timing structures const Message-ID: <20171127194950.GN983427@devbig577.frc2.facebook.com> References: <568091f7b46ee8c9f15ae5cbfe0b76d3a8c47022.1511608541.git.arvind.yadav.cs@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <568091f7b46ee8c9f15ae5cbfe0b76d3a8c47022.1511608541.git.arvind.yadav.cs@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Nov 25, 2017 at 04:47:35PM +0530, Arvind Yadav wrote: > Make these pdc2027x_*_timing structures const as it is never modified. > > Signed-off-by: Arvind Yadav Applied to libata/for-4.15-fixes. Thanks. -- tejun