From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Zolnierkiewicz Date: Tue, 01 Aug 2017 14:06:06 +0000 Subject: Re: [PATCH] omapfb: panel-tpo-td043mtea1: constify attribute_group structures. Message-Id: <4879588.Re4nTIH29Q@amdc3058> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Arvind Yadav Cc: tomi.valkeinen@ti.com, linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org On Wednesday, July 19, 2017 10:53:11 AM Arvind Yadav wrote: > attribute_group are not supposed to change at runtime. All functions > working with attribute_group provided by work > with const attribute_group. So mark the non-const structs as const. > > File size before: > text data bss dec hex filename > 2673 368 0 3041 be1 panel-tpo-td043mtea1.o > > File size After adding 'const': > text data bss dec hex filename > 2737 304 0 3041 be1 panel-tpo-td043mtea1.o > > Signed-off-by: Arvind Yadav Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics