Re: [PATCH 1/1 linux-next] mtd/ftl: use swap() in copy_erase_unit()

2015-12-18 Thread Brian Norris
Garbage collecting old patches... On Wed, Jun 10, 2015 at 06:31:06PM +0200, Fabian Frederick wrote: > Use kernel.h macro definition. > > Thanks to Julia Lawall for Coccinelle scripting support. > > Signed-off-by: Fabian Frederick Applied to l2-mtd.git -- To unsubscribe from this list: send the

[PATCH 1/1 linux-next] mtd/ftl: use swap() in copy_erase_unit()

2015-06-10 Thread Fabian Frederick
Use kernel.h macro definition. Thanks to Julia Lawall for Coccinelle scripting support. Signed-off-by: Fabian Frederick --- drivers/mtd/ftl.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/mtd/ftl.c b/drivers/mtd/ftl.c index dabf084..9fb3b0d 100644 --- a/dri