patch-2.4.0-test1 linux/drivers/char/bttv.c
Next file: linux/drivers/char/cpia.c
Previous file: linux/drivers/char/Config.in
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed May 24 17:52:43 2000
- Orig file:
v2.3.99-pre9/linux/drivers/char/bttv.c
- Orig date:
Tue May 23 15:31:34 2000
diff -u --recursive --new-file v2.3.99-pre9/linux/drivers/char/bttv.c linux/drivers/char/bttv.c
@@ -276,7 +276,7 @@
void * mem;
unsigned long adr, page;
- mem=vmalloc(size);
+ mem=vmalloc_32(size);
if (mem)
{
memset(mem, 0, size); /* Clear the ram out, no junk to the user */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)