All of lore.kernel.org
 help / color / mirror / Atom feed
* - m68k-array_size-cleanup.patch removed from -mm tree
@ 2008-02-05 22:34 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2008-02-05 22:34 UTC (permalink / raw)
  To: alex, geert, zippel, mm-commits


The patch titled
     m68k: ARRAY_SIZE() cleanup
has been removed from the -mm tree.  Its filename was
     m68k-array_size-cleanup.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: m68k: ARRAY_SIZE() cleanup
From: Alejandro Martinez Ruiz <alex@flawedcode.org>

Signed-off-by: Alejandro Martinez Ruiz <alex@flawedcode.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/m68k/amiga/amisound.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/m68k/amiga/amisound.c~m68k-array_size-cleanup arch/m68k/amiga/amisound.c
--- a/arch/m68k/amiga/amisound.c~m68k-array_size-cleanup
+++ a/arch/m68k/amiga/amisound.c
@@ -21,7 +21,7 @@ static const signed char sine_data[] = {
 	0,  39,  75,  103,  121,  127,  121,  103,  75,  39,
 	0, -39, -75, -103, -121, -127, -121, -103, -75, -39
 };
-#define DATA_SIZE	(sizeof(sine_data)/sizeof(sine_data[0]))
+#define DATA_SIZE	ARRAY_SIZE(sine_data)
 
 #define custom amiga_custom
 
_

Patches currently in -mm which might be from alex@flawedcode.org are

origin.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-05 22:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-05 22:34 - m68k-array_size-cleanup.patch removed from -mm tree akpm

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.