From 94a78dda0dcd7b1843bab18630e8fc9fab75d940 Mon Sep 17 00:00:00 2001 From: Rolf vandeVaart Date: Wed, 30 Jan 2013 00:01:42 +0000 Subject: [PATCH] Fix previous checkin. Need to fall through to get initialized variable set. This commit was SVN r27977. --- opal/datatype/opal_datatype_cuda.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/opal/datatype/opal_datatype_cuda.c b/opal/datatype/opal_datatype_cuda.c index eafe8d2bdd..be996994fc 100755 --- a/opal/datatype/opal_datatype_cuda.c +++ b/opal/datatype/opal_datatype_cuda.c @@ -184,11 +184,7 @@ static void opal_cuda_support_init(void) if (NULL != common_cuda_initialization_function) { if (0 == common_cuda_initialization_function()) { opal_cuda_enabled = 1; - } else { - return; /* Initialization failed - no support */ } - } else { - return; /* No initialization function - no support */ } /* Set different levels of verbosity in the cuda related code. */