patch-2.4.0-test6 linux/drivers/char/drm/auth.c
Next file: linux/drivers/char/drm/drmP.h
Previous file: linux/drivers/char/drm/agpsupport.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Jul 31 10:16:25 2000
- Orig file:
v2.4.0-test5/linux/drivers/char/drm/auth.c
- Orig date:
Thu Jul 27 17:38:00 2000
diff -u --recursive --new-file v2.4.0-test5/linux/drivers/char/drm/auth.c linux/drivers/char/drm/auth.c
@@ -45,8 +45,6 @@
down(&dev->struct_sem);
for (pt = dev->magiclist[hash].head; pt; pt = pt->next) {
- if (pt->priv->authenticated)
- continue;
if (pt->magic == magic) {
retval = pt->priv;
break;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)