diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-11 19:28:02 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-11 19:28:02 +0000 |
commit | 069637ed9609cb009c57d2bf1039e69812b2304b (patch) | |
tree | 043bf8adc38ec355490eff08f7bbdfe90a230456 /v4l | |
parent | 40aca7dd04e8f2d3e3a8cddd5d3d8c3d596c978f (diff) | |
download | mediapointer-dvb-s2-069637ed9609cb009c57d2bf1039e69812b2304b.tar.gz mediapointer-dvb-s2-069637ed9609cb009c57d2bf1039e69812b2304b.tar.bz2 |
From: Panagiotis Issaris <takis@issaris.org>
Conversions from kmalloc+memset to k(z|c)alloc
Conversions from kmalloc+memset to k(z|c)alloc.
kernel-sync
Signed-off-by: Panagiotis Issaris <takis@issaris.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 8aac35f37..9e8fe0166 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,78 @@ +2006-01-11 19:13 mchehab + + * linux/drivers/media/common/saa7146_core.c: (vmalloc_to_sg), + (saa7146_init_one): + * linux/drivers/media/common/saa7146_fops.c: (fops_open), + (saa7146_vv_init): + * linux/drivers/media/dvb/b2c2/flexcop.c: (flexcop_device_kmalloc): + * linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c: (dvb_bt8xx_probe): + * linux/drivers/media/dvb/dvb-core/dvb_ca_en50221.c: + (dvb_ca_en50221_init): + * linux/drivers/media/dvb/dvb-core/dvb_frontend.c: + (dvb_register_frontend): + * linux/drivers/media/dvb/dvb-usb/dtt200u-fe.c: + (dtt200u_fe_attach): + * linux/drivers/media/dvb/dvb-usb/dvb-usb-init.c: + (dvb_usb_device_init): + * linux/drivers/media/dvb/dvb-usb/dvb-usb-urb.c: + (dvb_usb_allocate_stream_buffers), (dvb_usb_urb_init): + * linux/drivers/media/dvb/dvb-usb/vp702x-fe.c: (vp702x_fe_attach): + * linux/drivers/media/dvb/dvb-usb/vp7045-fe.c: (vp7045_fe_attach): + * linux/drivers/media/dvb/frontends/bcm3510.c: (bcm3510_attach): + * linux/drivers/media/dvb/frontends/dib3000mb.c: + (dib3000mb_attach): + * linux/drivers/media/dvb/frontends/dib3000mc.c: + (dib3000mc_attach): + * linux/drivers/media/dvb/frontends/lgdt330x.c: (lgdt330x_attach): + * linux/drivers/media/dvb/frontends/mt352.c: (mt352_attach): + * linux/drivers/media/dvb/frontends/nxt200x.c: (nxt200x_attach): + * linux/drivers/media/dvb/pluto2/pluto2.c: (pluto2_probe): + * linux/drivers/media/dvb/ttpci/av7110.c: (av7110_attach): + * linux/drivers/media/dvb/ttpci/budget-av.c: (budget_av_attach): + * linux/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c: + (ttusb_probe): + * linux/drivers/media/dvb/ttusb-dec/ttusb_dec.c: (ttusb_dec_probe): + * linux/drivers/media/video/bt832.c: (bt832_attach): + * linux/drivers/media/video/bttv-gpio.c: (bttv_sub_add_device): + * linux/drivers/media/video/cs53l32a.c: (cs53l32a_attach): + * linux/drivers/media/video/cx25840/cx25840-core.c: + (cx25840_detect_client): + * linux/drivers/media/video/cx88/cx88-blackbird.c: (mpeg_open), + (blackbird_probe): + * linux/drivers/media/video/cx88/cx88-core.c: (cx88_core_get): + * linux/drivers/media/video/cx88/cx88-dvb.c: (dvb_probe): + * linux/drivers/media/video/cx88/cx88-video.c: (video_open), + (cx8800_initdev): + * linux/drivers/media/video/em28xx/em28xx-video.c: + * linux/drivers/media/video/saa7115.c: (saa7115_attach): + * linux/drivers/media/video/saa711x.c: (saa711x_detect_client): + * linux/drivers/media/video/saa7127.c: (saa7127_attach): + * linux/drivers/media/video/saa7134/saa6752hs.c: + (saa6752hs_attach): + * linux/drivers/media/video/saa7134/saa7134-core.c: + (saa7134_initdev): + * linux/drivers/media/video/saa7134/saa7134-video.c: (video_open): + * linux/drivers/media/video/tda7432.c: (tda7432_attach): + * linux/drivers/media/video/tda9875.c: (tda9875_attach): + * linux/drivers/media/video/tda9887.c: (tda9887_attach): + * linux/drivers/media/video/tuner-core.c: (tuner_attach): + * linux/drivers/media/video/tvaudio.c: (chip_attach): + * linux/drivers/media/video/tveeprom.c: (tveeprom_command), + (tveeprom_detect_client): + * linux/drivers/media/video/tvp5150.c: (tvp5150_detect_client): + * linux/drivers/media/video/v4l1-compat.c: + (v4l_compat_translate_ioctl): + * linux/drivers/media/video/video-buf.c: (videobuf_vmalloc_to_sg), + (videobuf_pages_to_sg), (videobuf_alloc): + * linux/drivers/media/video/videodev.c: (video_device_alloc): + * linux/drivers/media/video/wm8775.c: (wm8775_attach): + + - Conversions from kmalloc+memset to k(z|c)alloc. + + Signed-off-by: Panagiotis Issaris <takis@issaris.org> + Signed-off-by: Andrew Morton <akpm@osdl.org> + Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> + 2006-01-11 18:48 mchehab * linux/drivers/media/video/bt832.c: (bt832_hexdump): |