Re: [PATCH] drivers/video/*: use kmemdup()

From: Rolf Eike Beer
Date: Mon Oct 30 2006 - 04:46:33 EST


Alexey Dobriyan wrote:
> From: Eric Sesterhenn <snakebyte@xxxxxx>
>
> Signed-off-by: Eric Sesterhenn <snakebyte@xxxxxx>
> Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
> ---
>
> drivers/video/aty/radeon_monitor.c | 3 +--
> drivers/video/i810/i810-i2c.c | 4 +---
> drivers/video/intelfb/intelfbdrv.c | 3 +--
> drivers/video/nvidia/nv_i2c.c | 7 ++-----
> drivers/video/nvidia/nv_of.c | 3 +--
> drivers/video/savage/savagefb-i2c.c | 7 ++-----
> 6 files changed, 8 insertions(+), 19 deletions(-)
>
> --- a/drivers/video/aty/radeon_monitor.c
> +++ b/drivers/video/aty/radeon_monitor.c
> @@ -104,10 +104,9 @@ static int __devinit radeon_parse_montyp
> if (pedid == NULL)
> return mt;
>
> - tmp = (u8 *)kmalloc(EDID_LENGTH, GFP_KERNEL);
> + tmp = (u8 *)kmemdup(pedid, EDID_LENGTH, GFP_KERNEL);

No cast here.

Eike

Attachment: pgp00000.pgp
Description: PGP signature