patch-2.4.20 linux-2.4.20/drivers/ieee1394/highlevel.c
Next file: linux-2.4.20/drivers/ieee1394/hosts.c
Previous file: linux-2.4.20/drivers/ieee1394/eth1394.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Nov 28 15:53:13 2002
- Orig file:
linux-2.4.19/drivers/ieee1394/highlevel.c
- Orig date:
Fri Aug 2 17:39:44 2002
diff -urN linux-2.4.19/drivers/ieee1394/highlevel.c linux-2.4.20/drivers/ieee1394/highlevel.c
@@ -139,7 +139,7 @@
}
if (host->iso_listen_count[channel]++ == 0) {
- host->ops->devctl(host, ISO_LISTEN_CHANNEL, channel);
+ host->driver->devctl(host, ISO_LISTEN_CHANNEL, channel);
}
}
@@ -152,7 +152,7 @@
}
if (--host->iso_listen_count[channel] == 0) {
- host->ops->devctl(host, ISO_UNLISTEN_CHANNEL, channel);
+ host->driver->devctl(host, ISO_UNLISTEN_CHANNEL, channel);
}
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)