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.8 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 B018AC433DB for ; Sun, 21 Feb 2021 15:30:59 +0000 (UTC) Received: from fraxinus.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 4BD6964EF1 for ; Sun, 21 Feb 2021 15:30:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4BD6964EF1 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 fraxinus.osuosl.org (Postfix) with ESMTP id 1A9D085DD8; Sun, 21 Feb 2021 15:30:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RPLp-1qSQeyL; Sun, 21 Feb 2021 15:30:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8833E8560B; Sun, 21 Feb 2021 15:30:57 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 5457D1BF954 for ; Sun, 21 Feb 2021 15:30:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 51332870C7 for ; Sun, 21 Feb 2021 15:30:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xk5m-H25WGTU for ; Sun, 21 Feb 2021 15:30:55 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pl1-f176.google.com (mail-pl1-f176.google.com [209.85.214.176]) by hemlock.osuosl.org (Postfix) with ESMTPS id 24B8D8709F for ; Sun, 21 Feb 2021 15:30:55 +0000 (UTC) Received: by mail-pl1-f176.google.com with SMTP id s16so6044930plr.9 for ; Sun, 21 Feb 2021 07:30:55 -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:mime-version :content-disposition; bh=YApQnQq4jiP2ASaiw6ZTwSKXh8LQuBtsU7vVCi+HrJA=; b=HOm0cMB0zsIfMqfxCJsgb5y2t1ADkI3vBi8C7uzesSJWCgc+I7Xqpch1nz9xBjAHwH O9KTD3yanlZii3ia+tZOy4FROdu7V+a9e+FX8ZJRZQDO/GrKB3mgtJrxKj1H79oKTQZt eXO2tLLBo9LJPr7xHS7Z+vYkKOR6pw7fo4MEBDVJbTXVbnUPOeRAONIkeS2KSDNBz02J lR/Xwx4tPE6yybRcyLezv3N7o7dHAAPmUy+bfX4Rd1YZ5e93wDVWbSoo+TqG2Qy2R7D7 5bnYHMgf3WYZQZerj4+BVN9XNAuvwc6c4YYI6ZjGGglta+Ci/OuWdZg3Z9hQ8Q9Q9TO1 2QXQ== X-Gm-Message-State: AOAM531KJocT/vxM8chXtuxcVaDwiEHmivkQVm1zh6f2wW0xa69iRYb5 brdkarOCBfEmMBBKAdeHWMRrHczkMlI= X-Google-Smtp-Source: ABdhPJzDJXDoRP8iS4a2MCWZu8YbK7Y5dl0VlrYMyHe8CY2rkMcLsSmS2TGNDTJN57YZ/AM/bzGF+Q== X-Received: by 2002:a17:902:be12:b029:e3:8245:f16c with SMTP id r18-20020a170902be12b02900e38245f16cmr10642401pls.57.1613921454757; Sun, 21 Feb 2021 07:30:54 -0800 (PST) Received: from karthik-strix-linux.karthek.com ([192.140.154.12]) by smtp.gmail.com with ESMTPSA id gq15sm2633915pjb.9.2021.02.21.07.30.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 21 Feb 2021 07:30:54 -0800 (PST) Date: Sun, 21 Feb 2021 21:00:48 +0530 From: karthik alapati To: Greg Kroah-Hartman , Lee Jones , Jakub Kicinski , Arnd Bergmann , Johannes Berg Subject: [PATCH 0/2] fix sparse warnings Message-ID: MIME-Version: 1.0 Content-Disposition: inline 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, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" 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 _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel