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 E13D5C001DF for ; Fri, 21 Jul 2023 11:08:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230388AbjGULH2 (ORCPT ); Fri, 21 Jul 2023 07:07:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231439AbjGULGj (ORCPT ); Fri, 21 Jul 2023 07:06:39 -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 D0C694211 for ; Fri, 21 Jul 2023 04:03:27 -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 31F161F6E6; Fri, 21 Jul 2023 11:03:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1689937405; 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=yCuaQhWEsP1NXDGU35TWO8S/HThDPaI8AQ7C9jyi/oQ=; b=WjJgJI+XTtLNg6+3uvRmK7wGKGb5H8aWaYaeZ9F+BY6YojSaIT4ltTujIxByoQTHXlELw4 3fxP7K3Nav56CxYefiPk6QhQ3K31vGxVddyhOA6j8gcZ7L7DWuH/LnsNFEBfNPkHHBTBeR MBS94V+/so7DqCopt+K8LsZIKmPlDNE= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1689937405; 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=yCuaQhWEsP1NXDGU35TWO8S/HThDPaI8AQ7C9jyi/oQ=; b=QCpKEJiMo8DEl/e3FAoRAw6dqYJB22Qy22EDKS/j/vGRMQq1rIL8zr3T23EkbhM8uEDzai 5fB/NsTwS3WneRAQ== 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 09F46134B0; Fri, 21 Jul 2023 11:03:25 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id sMB3Af1lumTRIQAAMHmgww (envelope-from ); Fri, 21 Jul 2023 11:03:25 +0000 Date: Fri, 21 Jul 2023 13:03:24 +0200 Message-ID: <87sf9hfrwj.wl-tiwai@suse.de> From: Takashi Iwai To: Wang Weiyang Cc: , , , Subject: Re: [PATCH -next] ALSA: seq: remove redundant unsigned comparison to zero In-Reply-To: <20230721103124.18522-1-wangweiyang2@huawei.com> References: <20230721103124.18522-1-wangweiyang2@huawei.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 Fri, 21 Jul 2023 12:31:24 +0200, Wang Weiyang wrote: > > Since struct snd_ump_block_info::first_group is unsigned char, comparison > to zero is redundant > > Signed-off-by: Wang Weiyang Thanks, applied with a proper Fix tag now. Takashi