From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Subject: Re: [PATCH 1/2] input: cyapa: fix sparse warning issue of incorrect type in assiggment Date: Thu, 22 Jan 2015 12:54:53 +0300 Message-ID: <20150122095453.GL6507@mwanda> References: <1421909406-1240-1-git-send-email-dudl@cypress.com> <20150122093129.GA7133@hudson.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from userp1040.oracle.com ([156.151.31.81]:16525 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751211AbbAVJzM (ORCPT ); Thu, 22 Jan 2015 04:55:12 -0500 Content-Disposition: inline In-Reply-To: <20150122093129.GA7133@hudson.localdomain> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Jeremiah Mahler , Dudley Du , dmitry.torokhov@gmail.com, rydberg@euromail.se, bleung@google.com, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org On Thu, Jan 22, 2015 at 01:31:29AM -0800, Jeremiah Mahler wrote: > I wasn't able to reproduce the sparse warning. Was it for a specific > architecture? Perhaps include a link to the email sent by the kbuild > test robot. You need to add a "CF=-D__CHECK_ENDIAN__" to turn these on. make C=2 CF=-D__CHECK_ENDIAN__ http://lwn.net/Articles/205624/ regards, dan carpenter