From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Graf Subject: Re: [PATCH] sparse: Fix ioc type check Date: Thu, 25 Sep 2014 13:30:58 +0100 Message-ID: <20140925123058.GI4966@casper.infradead.org> References: <8d1bffcadf496f52dc70063986684762344da771.1411633200.git.tgraf@suug.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from casper.infradead.org ([85.118.1.10]:47283 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751572AbaIYMbC (ORCPT ); Thu, 25 Sep 2014 08:31:02 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: Christopher Li Cc: Linux-Sparse , hans.verkuil@cisco.com On 09/25/14 at 08:10pm, Christopher Li wrote: > No, this test case is some thing gcc can handle and sparse > can't. Instead of patching the test result, we need to fix sparse > to handle it correctly. > > It is an open bug of sparse. OK. This was not clear from the commit message. Thanks for clarifying.