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 D5E93C433F5 for ; Wed, 20 Apr 2022 10:34:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351807AbiDTKhF (ORCPT ); Wed, 20 Apr 2022 06:37:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34044 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236192AbiDTKhE (ORCPT ); Wed, 20 Apr 2022 06:37:04 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2DD903FBD3 for ; Wed, 20 Apr 2022 03:34:19 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id D1C99B81E8D for ; Wed, 20 Apr 2022 10:34:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E6180C385A1; Wed, 20 Apr 2022 10:34:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1650450856; bh=FnrVmx+Zd9WLsSiEcBhASuFEdp+GoKbSPQRWbmQTxKI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CTdTwYVNBeww0ieYHdxi6i+B91sQ3oyHQpSpMR6IH4WeAMw2Igj5uwGusWVlHf9Tz blZpek+xQTuGR9zkloFCuNOShTGeAUxvRgyJYVY+0PvwrNjI8TSZcR1jdo3lQ3cSWJ 9i1JLxG3ajTg7VrYNBM684EbB2rtP+PEVmArEoNNFV3iK503A4h+SmFtat+BmavbbM gRipirciCB/edYj8/uYbbxdRMB7BZJUJcv7yb7pBWAQ/97QBX7jZodSzvfyih65sPK WLFoCvVK7QZY5RXMXXE7XtfMuwsSHfn1QL1UdgEzN+oxdZxA/PUeWg77249m1oHcz6 23wyqU3h2XMCw== Date: Wed, 20 Apr 2022 16:04:12 +0530 From: Vinod Koul To: Dave Jiang Cc: Thiago Macieira , dmaengine@vger.kernel.org Subject: Re: [PATCH] dmaengine: idxd: match type for retries var in idxd_enqcmds() Message-ID: References: <165031747059.3658198.6035308204505664375.stgit@djiang5-desk3.ch.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <165031747059.3658198.6035308204505664375.stgit@djiang5-desk3.ch.intel.com> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 18-04-22, 14:31, Dave Jiang wrote: > wq->enqcmds_retries is defined as unsigned int. However, retries on the > stack is defined as int. Change retries to unsigned int to compare the same > type. Applied, thanks -- ~Vinod