From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753078AbcHQLQh (ORCPT ); Wed, 17 Aug 2016 07:16:37 -0400 Received: from mga01.intel.com ([192.55.52.88]:8155 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751463AbcHQLQg (ORCPT ); Wed, 17 Aug 2016 07:16:36 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,529,1464678000"; d="scan'208";a="749881774" Date: Wed, 17 Aug 2016 14:16:32 +0300 From: Heikki Krogerus To: Tal Shorer Cc: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, balbi@kernel.org Subject: Re: [PATCH v3 7/8] usb: ulpi: make ops struct constant Message-ID: <20160817111632.GP9927@kuha.fi.intel.com> References: <1471363493-7836-1-git-send-email-tal.shorer@gmail.com> <1471363493-7836-8-git-send-email-tal.shorer@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1471363493-7836-8-git-send-email-tal.shorer@gmail.com> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 16, 2016 at 07:04:52PM +0300, Tal Shorer wrote: > None of the core ulpi functions perform any changes to the operations > struct, and logically as a struct that contains function pointers > there's no reason it shouldn't be constant. > > Signed-off-by: Tal Shorer Acked-by: Heikki Krogerus Thanks, -- heikki