From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751810AbdISUG2 (ORCPT ); Tue, 19 Sep 2017 16:06:28 -0400 Received: from mx2.suse.de ([195.135.220.15]:59910 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751391AbdISUG1 (ORCPT ); Tue, 19 Sep 2017 16:06:27 -0400 Date: Tue, 19 Sep 2017 22:06:26 +0200 Message-ID: From: Takashi Iwai To: "Bhumika Goyal" Cc: , , , Subject: Re: [PATCH] ALSA: hrtimer: make hrtimer_hw const and __initconst In-Reply-To: <1505819678-1512-1-git-send-email-bhumirks@gmail.com> References: <1505819678-1512-1-git-send-email-bhumirks@gmail.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.2 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 19 Sep 2017 13:14:38 +0200, Bhumika Goyal wrote: > > Make this const as it is only used during a copy operation. Also, make > it __initconst as it is only used during the init phase and after this > it is not referenced anywhere. > > Signed-off-by: Bhumika Goyal Applied, thanks. Takashi