All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wl12xx: enable sparse endianess check by default
@ 2011-12-21 19:52 Luciano Coelho
  2012-01-12  8:19 ` Luciano Coelho
  2012-01-12  8:19 ` Luciano Coelho
  0 siblings, 2 replies; 3+ messages in thread
From: Luciano Coelho @ 2011-12-21 19:52 UTC (permalink / raw)
  To: linux-wireless; +Cc: coelho

Following the good example of the Intel (and more recently Atheros)
drivers, enable endianess check by default when running sparse.

Signed-off-by: Luciano Coelho <coelho@ti.com>
---
 drivers/net/wireless/wl12xx/Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wireless/wl12xx/Makefile b/drivers/net/wireless/wl12xx/Makefile
index fe67262..98f289c 100644
--- a/drivers/net/wireless/wl12xx/Makefile
+++ b/drivers/net/wireless/wl12xx/Makefile
@@ -11,3 +11,5 @@ obj-$(CONFIG_WL12XX_SDIO)		+= wl12xx_sdio.o
 
 # small builtin driver bit
 obj-$(CONFIG_WL12XX_PLATFORM_DATA)	+= wl12xx_platform_data.o
+
+ccflags-y += -D__CHECK_ENDIAN__
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] wl12xx: enable sparse endianess check by default
  2011-12-21 19:52 [PATCH] wl12xx: enable sparse endianess check by default Luciano Coelho
@ 2012-01-12  8:19 ` Luciano Coelho
  2012-01-12  8:19 ` Luciano Coelho
  1 sibling, 0 replies; 3+ messages in thread
From: Luciano Coelho @ 2012-01-12  8:19 UTC (permalink / raw)
  To: linux-wireless

On Wed, 2011-12-21 at 21:52 +0200, Luciano Coelho wrote: 
> Following the good example of the Intel (and more recently Atheros)
> drivers, enable endianess check by default when running sparse.
> 
> Signed-off-by: Luciano Coelho <coelho@ti.com>
> ---

Applied.

-- 
Cheers,
Luca.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] wl12xx: enable sparse endianess check by default
  2011-12-21 19:52 [PATCH] wl12xx: enable sparse endianess check by default Luciano Coelho
  2012-01-12  8:19 ` Luciano Coelho
@ 2012-01-12  8:19 ` Luciano Coelho
  1 sibling, 0 replies; 3+ messages in thread
From: Luciano Coelho @ 2012-01-12  8:19 UTC (permalink / raw)
  To: linux-wireless

On Wed, 2011-12-21 at 21:52 +0200, Luciano Coelho wrote: 
> Following the good example of the Intel (and more recently Atheros)
> drivers, enable endianess check by default when running sparse.
> 
> Signed-off-by: Luciano Coelho <coelho@ti.com>
> ---

Applied this series.


-- 
Cheers,
Luca.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-12  8:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-21 19:52 [PATCH] wl12xx: enable sparse endianess check by default Luciano Coelho
2012-01-12  8:19 ` Luciano Coelho
2012-01-12  8:19 ` Luciano Coelho

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.