patch-2.3.36 linux/drivers/char/buz.c
Next file: linux/drivers/char/drm/Makefile
Previous file: linux/drivers/char/bttv.h
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Wed Dec 29 17:08:55 1999
- Orig file:
v2.3.35/linux/drivers/char/buz.c
- Orig date:
Mon Dec 20 18:48:21 1999
diff -u --recursive --new-file v2.3.35/linux/drivers/char/buz.c linux/drivers/char/buz.c
@@ -3166,8 +3166,6 @@
mdelay(10);
zr36060_reset(zr);
mdelay(10);
- zr36060_sleep(zr, 1);
- mdelay(10);
/* display codec revision */
if ((rev=zr36060_read_8(zr, 0x022)) == 0x33) {
@@ -3204,8 +3202,6 @@
udelay(3000);
zr36060_reset(zr);
udelay(3000);
- zr36060_sleep(zr, 1);
- udelay(3000);
/* display codec revision */
if ((rev=zr36060_read_8(zr, 0x022)) == 0x33) {
@@ -3213,8 +3209,8 @@
zr->name, zr36060_read_8(zr, 0x023));
} else {
printk(KERN_ERR "%s: Zoran ZR36060 not found (rev=%d)\n", zr->name, rev);
-// kfree((void *) zr->stat_com);
-// return -1;
+ kfree((void *) zr->stat_com);
+ return -1;
}
break;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)