patch-2.2.13 linux/drivers/char/buz.c
Next file: linux/drivers/char/console.c
Previous file: linux/drivers/char/bttv.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Tue Oct 19 17:14:00 1999
- Orig file:
v2.2.12/linux/drivers/char/buz.c
- Orig date:
Tue Oct 19 17:10:37 1999
diff -u --recursive --new-file v2.2.12/linux/drivers/char/buz.c linux/drivers/char/buz.c
@@ -2901,7 +2901,6 @@
{
struct zoran_status bs;
int norm, input, status;
- unsigned long timeout;
if (zr->codec_mode != BUZ_MODE_IDLE) {
return -EINVAL;
@@ -3222,7 +3221,7 @@
}
/* i2c */
memcpy(&zr->i2c, &zoran_i2c_bus_template, sizeof(struct i2c_bus));
- sprintf(zr->i2c.name, "zoran%u%u", zr->id);
+ sprintf(zr->i2c.name, "zoran%u", zr->id);
zr->i2c.data = zr;
if (i2c_register_bus(&zr->i2c) < 0) {
kfree((void *) zr->stat_com);
@@ -3317,7 +3316,6 @@
unsigned char latency;
struct zoran *zr;
struct pci_dev *dev = NULL;
- int result;
zoran_num = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)