--- drivers/scsi/ofc/openfc/openfc_if.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/ofc/openfc/openfc_if.c b/drivers/scsi/ofc/openfc/openfc_if.c index 8725845..0b0c782 100644 --- a/drivers/scsi/ofc/openfc/openfc_if.c +++ b/drivers/scsi/ofc/openfc/openfc_if.c @@ -1059,7 +1059,7 @@ out_host_rem: scsi_remove_host(openfcp->host); out_host_put: scsi_host_put(openfcp->host); - ASSERT_NOTREACHED; /* XXX caller doesn't check return yet */ + WARN_ON(1); return -1; } EXPORT_SYMBOL(openfc_register); - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html