Re: [2.6 patch] drivers/atm/fore200e.c: cleanups

2006-12-19 Thread David Miller
From: Adrian Bunk <[EMAIL PROTECTED]> Date: Tue, 19 Dec 2006 05:12:58 +0100 > This patch contains the following transformations from custom functions > to standard kernel version: > - fore200e_kmalloc() -> kzalloc() > - fore200e_kfree() -> kfree() > - fore200e_swap() -> cpu_to_be32() > > Signed-

[2.6 patch] drivers/atm/fore200e.c: cleanups

2006-12-18 Thread Adrian Bunk
This patch contains the following transformations from custom functions to standard kernel version: - fore200e_kmalloc() -> kzalloc() - fore200e_kfree() -> kfree() - fore200e_swap() -> cpu_to_be32() Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- drivers/atm/fore200e.c | 166 ++