Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756223AbdCGVw7 (ORCPT ); Tue, 7 Mar 2017 16:52:59 -0500 Received: from userp1050.oracle.com ([156.151.31.82]:42537 "EHLO userp1050.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751672AbdCGVw6 (ORCPT ); Tue, 7 Mar 2017 16:52:58 -0500 Date: Tue, 7 Mar 2017 23:17:36 +0300 From: Dan Carpenter To: Andrea Ghittino Cc: devel@driverdev.osuosl.org, david.kershner@unisys.com, gregkh@linuxfoundation.org, sparmaintainer@unisys.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: unisys: fix sparse warnings Message-ID: <20170307201736.GA11171@mwanda> References: <20170304172038.GA952@myhd3> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170304172038.GA952@myhd3> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: userp1040.oracle.com [156.151.31.81] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 357 Lines: 9 On Sat, Mar 04, 2017 at 06:20:50PM +0100, Andrea Ghittino wrote: > Sparse generates two warnings related to incorrect type in assignment. > This patch changes the types in the struct defined in unisys Can you post the Sparse warning? Otherwise when I'm reviewing this code I have to re-run Sparse to see what you're talking about. regards, dan carpenter