<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> drivers/scsi/aic7xxx_old/aic7xxx_proc.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/scsi/aic7xxx_old/aic7xxx_proc.c~aic7xxx_old-oops-fix drivers/scsi/aic7xxx_old/aic7xxx_proc.c
--- 25/drivers/scsi/aic7xxx_old/aic7xxx_proc.c~aic7xxx_old-oops-fix	2003-08-30 15:42:22.000000000 -0700
+++ 25-akpm/drivers/scsi/aic7xxx_old/aic7xxx_proc.c	2003-08-30 15:42:22.000000000 -0700
@@ -92,7 +92,7 @@ aic7xxx_proc_info ( struct Scsi_Host *HB
 
   HBAptr = NULL;
 
-  for(p=first_aic7xxx; p-&gt;host != HBAptr; p=p-&gt;next)
+  for(p=first_aic7xxx; p &amp;&amp; p-&gt;host != HBAptr; p=p-&gt;next)
     ;
 
   if (!p)

_
</pre></body></html>