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 X-Spam-Level: X-Spam-Status: No, score=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 15F94C433DB for ; Wed, 24 Feb 2021 16:12:21 +0000 (UTC) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5FCA964F0A for ; Wed, 24 Feb 2021 16:12:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5FCA964F0A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=karthek.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=driverdev-devel-bounces@linuxdriverproject.org Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id E33D94EC99; Wed, 24 Feb 2021 16:12:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CTKfBQPF7Nnq; Wed, 24 Feb 2021 16:12:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id 9D9014ECA0; Wed, 24 Feb 2021 16:12:18 +0000 (UTC) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id E85C61BF418 for ; Wed, 24 Feb 2021 16:12:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id D7F7A606D8 for ; Wed, 24 Feb 2021 16:12:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id A9PzakmINg1r for ; Wed, 24 Feb 2021 16:12:16 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from mail-pl1-f173.google.com (mail-pl1-f173.google.com [209.85.214.173]) by smtp3.osuosl.org (Postfix) with ESMTPS id 461836073D for ; Wed, 24 Feb 2021 16:12:16 +0000 (UTC) Received: by mail-pl1-f173.google.com with SMTP id d11so1465161plo.8 for ; Wed, 24 Feb 2021 08:12:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=znf/l1mfnTdzj1tAFt88yp752BGUtEl4XP2IYuaKZTs=; b=OHSNgK98VD/x9FUdn1+H8qKxJUf7X7wAQtZxl8yJGwnr0GJrBhiwo8HM4g7IvZBz5+ z2+tvcVFsdEvhS7oNEUoWY+DnzYz1OMgA0p3+ccY3yxBvfDDgnNHLScOSJnR9zSpm6zw fTwmutWr3Vv/l01cv8RcK80ydtqoPKSop2BIkVXQ3KdwsS0wB6aqS5k3fI4jqV7Tpxb5 Cx8s+CRsxvk7T4J7oRRx1tQy37xBD1jhiwXWFFRQRnZzxMF/rdhAJ83b7e7WjoCBXd4n qDt/cFR2Cw6bnStQiGEEenFL6yOEjHfbMNzqtf3yPxCbMN7E9rK2GSfpNsWa4etw5j5f eNgw== X-Gm-Message-State: AOAM531iRSsg07ueP+ZA0EaAyupQGMBFOxaBRLKdWLm6rr1wXyVFEOnO jdRChCKtWHJ5I3gmirCYhAI= X-Google-Smtp-Source: ABdhPJx7IyGUAxjYTwnBqxStyxBOZONa0stTnIZV7U902QoSKg/lRFiLi65R1YP3dVCKVTuuxaEj/g== X-Received: by 2002:a17:90a:d149:: with SMTP id t9mr5083231pjw.43.1614183135770; Wed, 24 Feb 2021 08:12:15 -0800 (PST) Received: from karthik-strix-linux.karthek.com ([192.140.155.67]) by smtp.gmail.com with ESMTPSA id y8sm3542994pfe.36.2021.02.24.08.12.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 24 Feb 2021 08:12:15 -0800 (PST) Date: Wed, 24 Feb 2021 21:42:09 +0530 From: karthek To: Dan Carpenter Subject: Re: [PATCH 0/2] fix sparse warnings Message-ID: References: <20210224150648.GT2087@kadam> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210224150648.GT2087@kadam> X-BeenThere: driverdev-devel@linuxdriverproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devel@driverdev.osuosl.org, Arnd Bergmann , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Jakub Kicinski , Johannes Berg , Lee Jones Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" On Wed, Feb 24, 2021 at 06:06:48PM +0300, Dan Carpenter wrote: > On Wed, Feb 24, 2021 at 08:26:41PM +0530, karthek wrote: > > On Sun, Feb 21, 2021 at 09:00:48PM +0530, karthik alapati wrote: > > > the following patches fixes two byte-order issues > > > and fixes these sparse warnings > > > > > > > > > drivers/staging//wimax/i2400m/op-rfkill.c:89:25: warning: incorrect type in assignment (different base types) > > > drivers/staging//wimax/i2400m/op-rfkill.c:89:25: expected restricted __le16 [usertype] length > > > drivers/staging//wimax/i2400m/op-rfkill.c:89:25: got unsigned long > > > . > > > drivers/staging//wimax/i2400m/fw.c:514:27: warning: restricted __le32 degrades to integer > > > > > > > > > karthik alapati (2): > > > staging: wimax/i2400m: fix byte-order issue > > > staging: wimax/i2400m: convert __le32 type to host byte-order > > > > > > drivers/staging/wimax/i2400m/fw.c | 2 +- > > > drivers/staging/wimax/i2400m/op-rfkill.c | 2 +- > > > 2 files changed, 2 insertions(+), 2 deletions(-) > > > > > > -- > > > 2.30.1 > > > > > ping? > > The merge window is open so no one is merging these types of fixes now. > Wait until -rc1 is out, and then give the maintainer two weeks to look > at your patch and get back to you. > > regards, > dan carpenter > thanks dan, Got it. _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel