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
- References:
- [PATCH] drivers/video/*: use kmemdup()
- From: Alexey Dobriyan <[email protected]>
- [PATCH] drivers/video/*: use kmemdup()
- Prev by Date: Re: [patch] drivers: wait for threaded probes between initcall levels
- Next by Date: Re: Slab panic on 2.6.19-rc3-git5 (-git4 was OK)
- Previous by thread: [PATCH] drivers/video/*: use kmemdup()
- Next by thread: [PATCH 2.6.19-rc3] i386/io_apic: fix compiler warning in create_irq
- Index(es):