From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2690FC25B08 for ; Wed, 10 Aug 2022 09:54:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231216AbiHJJyJ (ORCPT ); Wed, 10 Aug 2022 05:54:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58454 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229471AbiHJJyI (ORCPT ); Wed, 10 Aug 2022 05:54:08 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2EE476CD1A; Wed, 10 Aug 2022 02:54:07 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id E679C20720; Wed, 10 Aug 2022 09:54:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1660125244; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=yIWiTHx5Y6A/1IJSUVGIVJQBCCBb51JD/MfVxrotXbY=; b=bNNDgeXcce2PezMq6TYSPW9Rc0SmEEZgBiMIbuPLhmYuyMQ8iqHL8/zCM8Bjn0G4he2+zn v0BLY83N4VamN9oh7/dOp0czeEeikASr4JFUjntLw+YOizGu0unvBjQbn12t/TYnRDjDvI fWxECLSiIbXJMWuUxSPGuST1B2cMYeo= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1660125244; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=yIWiTHx5Y6A/1IJSUVGIVJQBCCBb51JD/MfVxrotXbY=; b=Q963haq90nRM+TSAT9FwXAJkOekkgbT9qBStX57B5R58MWzJEcbnCtDX3JpV7szzRdiOU0 IAGYtEXOmukuh6BQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id C2FA613AB3; Wed, 10 Aug 2022 09:54:04 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id cOM5LjyA82JMKgAAMHmgww (envelope-from ); Wed, 10 Aug 2022 09:54:04 +0000 Date: Wed, 10 Aug 2022 11:54:04 +0200 Message-ID: <878rnwwhj7.wl-tiwai@suse.de> From: Takashi Iwai To: Colin Ian King Cc: Jaroslav Kysela , alsa-devel@alsa-project.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: usb-audio: make read-only array marker static const In-Reply-To: <20220809181544.3046429-1-colin.i.king@gmail.com> References: <20220809181544.3046429-1-colin.i.king@gmail.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 09 Aug 2022 20:15:44 +0200, Colin Ian King wrote: > > Don't populate the read-only array marker on the stack but instead make > it static const. Also makes the object code a little smaller. > > Signed-off-by: Colin Ian King Thanks, applied. Takashi