From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752130AbbGOIFE (ORCPT ); Wed, 15 Jul 2015 04:05:04 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:46389 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751519AbbGOIE5 (ORCPT ); Wed, 15 Jul 2015 04:04:57 -0400 Message-ID: <55A61423.2000607@ti.com> Date: Wed, 15 Jul 2015 13:34:51 +0530 From: Kishon Vijay Abraham I User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Axel Lin , Felipe Balbi CC: David Cohen , "linux-kernel@vger.kernel.org" , "linux-usb@vger.kernel.org" Subject: Re: [PATCH] phy: ulpi_phy: Add const qualifier to ops References: <1433464023.7054.1.camel@ingics.com> In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Axel, On Wednesday 15 July 2015 12:40 PM, Axel Lin wrote: > 2015-06-05 8:27 GMT+08:00 Axel Lin : >> The ops is never changed in ulpi_phy_create(), so make it const. > > Hi Kishon, > > Would you pick up this patch? yes.. I'll take once I start queuing the patches. Thanks Kishon