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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Alexey Dobriyan wrote:
> From: Eric Sesterhenn <[email protected]>
>
> Signed-off-by: Eric Sesterhenn <[email protected]>
> Signed-off-by: Alexey Dobriyan <[email protected]>
> ---
>
>  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: pgprHE1UcE2OZ.pgp
Description: PGP signature


[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux