]> err.no Git - linux-2.6/blobdiff - drivers/scsi/scsi_error.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
[linux-2.6] / drivers / scsi / scsi_error.c
index 5f0fdfb2618ca40910fb185fd00fb4bdaed770a5..1c75646f9689da6a9d2160744e7e402f8ac27b50 100644 (file)
@@ -1537,8 +1537,8 @@ int scsi_error_handler(void *data)
                 * what we need to do to get it up and online again (if we can).
                 * If we fail, we end up taking the thing offline.
                 */
-               if (shost->hostt->eh_strategy_handler) 
-                       shost->hostt->eh_strategy_handler(shost);
+               if (shost->transportt->eh_strategy_handler)
+                       shost->transportt->eh_strategy_handler(shost);
                else
                        scsi_unjam_host(shost);