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=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 E052DC47097 for ; Thu, 3 Jun 2021 09:17:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C9D49613B4 for ; Thu, 3 Jun 2021 09:17:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229718AbhFCJTC (ORCPT ); Thu, 3 Jun 2021 05:19:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:60774 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229506AbhFCJTB (ORCPT ); Thu, 3 Jun 2021 05:19:01 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id ADE3B60231; Thu, 3 Jun 2021 09:17:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1622711823; bh=KCav+JvpFdv8yvqK8orQkoPhphzYanj9JUINXnx67VQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qm/neZbEPgQSRQBkppuQW4HUSpT7h8BXO2ioYpgMLaUW2/VK6BXkZWylwC3gHl0bW oMhaK42e6bPn+IS7Zfz10KYedfo49vln3sTk2MdK9SdjpyLTgPFnldpbyMpr4qNG5y /D9HgqCh2qdwWo4qlH2XkcJ4Ii5g3YZRRk219fNw= Date: Thu, 3 Jun 2021 11:17:00 +0200 From: Greg Kroah-Hartman To: Jiabing Wan Cc: Fabio Aiuto , Ross Schmidt , Qiang Ma , Marco Cesati , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: rtl8723bs: core: fix some incorrect type warnings Message-ID: References: <1622708703-8561-1-git-send-email-wanjiabing@vivo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 03, 2021 at 04:36:55PM +0800, Jiabing Wan wrote: > > > Hi,all > > I fix these warnings by refering other patches. > > Actually, I don't understand clearly what I did. > > But there are no warnings after this fix. > > So if this fix were totally wrong, please told me and > gave me some suggestions. > > It is important for me to fix a sparse bug. Do not fix sparse bugs just for the sake of fixing sparse bugs. Fix things you know are needed to be fixed. Please look closer at this to ensure that you really are fixing this correctly and understand what you are doing before sending it out. thanks, greg k-h