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 268A0CD5BB2 for ; Tue, 19 Sep 2023 12:48:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232083AbjISMsd (ORCPT ); Tue, 19 Sep 2023 08:48:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59258 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232112AbjISMs3 (ORCPT ); Tue, 19 Sep 2023 08:48:29 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EE1A212F for ; Tue, 19 Sep 2023 05:48:13 -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 7B1E21FF1F; Tue, 19 Sep 2023 12:48:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1695127692; 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=FLDyssVEjITRmQSNBn9KBG3aMrnzHh8SlQfWxQger7E=; b=imKIQMCvOP4LkKEZ8DSV78+zPJ90X7gg3OG+kh06+IGuC8PEFJM87BbzP5NY2Ce49OaNvh a0n4TBZCB7ZQcNlo+xx99FlSrCfWGe//eIkg6LVUOfP9tixzPIOhMSB2K3sDxOvuaQqctN 8/FGHC3+hyBJR3cVLn5nzIfMj7XQyfY= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1695127692; 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=FLDyssVEjITRmQSNBn9KBG3aMrnzHh8SlQfWxQger7E=; b=uZjWkxj8IJrdn8pwtUyPL7DKJ71qmh+4OGvn4fPkihJUIKCuPjjX0lNY8l/sMsKU+95S4v zOXR2fGo8A+BqsBg== 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 599A313458; Tue, 19 Sep 2023 12:48:12 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id aM36FIyYCWXxHQAAMHmgww (envelope-from ); Tue, 19 Sep 2023 12:48:12 +0000 Date: Tue, 19 Sep 2023 14:48:11 +0200 Message-ID: <877comxras.wl-tiwai@suse.de> From: Takashi Iwai To: Richard Fitzgerald Cc: , , , Subject: Re: [PATCH] ALSA: hda: cs35l56: Use the new RUNTIME_PM_OPS() macro In-Reply-To: <20230919081153.19793-1-rf@opensource.cirrus.com> References: <20230919081153.19793-1-rf@opensource.cirrus.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, 19 Sep 2023 10:11:53 +0200, Richard Fitzgerald wrote: > > Use RUNTIME_PM_OPS() instead of the old SET_RUNTIME_PM_OPS(). > This means we don't need __maybe_unused on the functions. > > Signed-off-by: Richard Fitzgerald Applied with Fixes tag to 73cfbfa9caea. thanks, Takashi