From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Andersson Subject: Re: [PATCH] pinctrl: qcom: ssbi-gpio: constify gpio_chip structure Date: Tue, 11 Jul 2017 14:42:49 -0700 Message-ID: <20170711214249.GD20973@minitux> References: <20170711183950.GA26899@embeddedgus> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170711183950.GA26899@embeddedgus> Sender: linux-gpio-owner@vger.kernel.org To: "Gustavo A. R. Silva" Cc: Linus Walleij , linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org On Tue 11 Jul 11:39 PDT 2017, Gustavo A. R. Silva wrote: [..] > before: > text data bss dec hex filename > 17061 6992 0 24053 5df5 drivers/pinctrl/qcom/pinctrl-ssbi-gpio.o > > after: > text data bss dec hex filename > 16777 6904 0 23681 5c81 drivers/pinctrl/qcom/pinctrl-ssbi-gpio.o > > Signed-off-by: Gustavo A. R. Silva Reviewed-by: Bjorn Andersson Regards, Bjorn