Return-path: Received: from mx0b-0016f401.pphosted.com ([67.231.156.173]:49998 "EHLO mx0b-0016f401.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751068AbaLQJXr (ORCPT ); Wed, 17 Dec 2014 04:23:47 -0500 From: Avinash Patil To: CC: , , , , Avinash Patil Subject: [PATCH 1/4] mwifiex: enable -D__CHECK_ENDIAN__ for sparse by default Date: Wed, 17 Dec 2014 17:24:30 +0530 Message-ID: <1418817273-22669-1-git-send-email-patila@marvell.com> (sfid-20141217_102353_044626_EE913DC2) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: Enable the endian checks by default. Signed-off-by: Avinash Patil --- drivers/net/wireless/mwifiex/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/wireless/mwifiex/Makefile b/drivers/net/wireless/mwifiex/Makefile index 9487d72..5a8ecad 100644 --- a/drivers/net/wireless/mwifiex/Makefile +++ b/drivers/net/wireless/mwifiex/Makefile @@ -53,3 +53,5 @@ obj-$(CONFIG_MWIFIEX_PCIE) += mwifiex_pcie.o mwifiex_usb-y += usb.o obj-$(CONFIG_MWIFIEX_USB) += mwifiex_usb.o + +ccflags-y += -D__CHECK_ENDIAN__ -DDEBUG -- 1.8.1.4