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 8ABF5C433EF for ; Sat, 9 Jul 2022 16:23:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229554AbiGIQXM (ORCPT ); Sat, 9 Jul 2022 12:23:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54562 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229481AbiGIQXJ (ORCPT ); Sat, 9 Jul 2022 12:23:09 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1B574474FC for ; Sat, 9 Jul 2022 09:23:09 -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 C4C921FF52; Sat, 9 Jul 2022 16:23:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1657383787; 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=CU0AXdQ/GwE/UPzZAwfSJLI0DKLpcPGzXZLD8Ld35Js=; b=PoCr8ULcJ8K98O85umIWfms6TpsRnXcWet71W+/rXPFzuGA7Z/idlCky05NODeOeOxc14F 8UQbOzpeZKEmLts40ZY/E76syKIAK8tnX2DxVt6xBmQg4Uhl1A5Yx+l+K50fuWS8CwS2gW aJ+MI4HDCSCyC5gICB/Lw51DkDbC+I0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1657383787; 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=CU0AXdQ/GwE/UPzZAwfSJLI0DKLpcPGzXZLD8Ld35Js=; b=ZpUFrRm0Kta55r0tkISYJIj9cYD4qHNgPNZ/A6bBjVLKDowkBgO9ROOetGD8/aE1P3yAc/ 2vF9qHPKZruANuAA== 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 9FECA13482; Sat, 9 Jul 2022 16:23:07 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 6VBXJmuryWJLYgAAMHmgww (envelope-from ); Sat, 09 Jul 2022 16:23:07 +0000 Date: Sat, 09 Jul 2022 18:23:06 +0200 Message-ID: <87czeei7bp.wl-tiwai@suse.de> From: Takashi Iwai To: Zhongjun Tan Cc: perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Zhongjun Tan Subject: Re: [PATCH] ALSA: usb-audio: Fix unsigned expression compared with zero In-Reply-To: <20220706070627.16764-1-hbut_tan@163.com> References: <20220706070627.16764-1-hbut_tan@163.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 Wed, 06 Jul 2022 09:06:27 +0200, Zhongjun Tan wrote: > > From: Zhongjun Tan > > Fix unsigned expression compared with zero > > Signed-off-by: Zhongjun Tan Could you give more detailed description about what you're trying to fix? The patch itself looks rather problematic as 0day bot already reported. thanks, Takashi