Print this page
10703 smatch unreachable code checking needs reworking
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>

@@ -1682,11 +1682,10 @@
                 request++;      /* the register value is n - 1 */
                 break;
         default:
                 panic("bad interrupt type passed to i40e_alloc_intr_handles: "
                     "%d", intr_type);
-                return (B_FALSE);
         }
 
         rc = ddi_intr_get_nintrs(devinfo, intr_type, &count);
         if (rc != DDI_SUCCESS || count < min) {
                 i40e_log(i40e, "Get interrupt number failed, "