set_endpoint() and reset_endpoint() were missing final else statement in the if else if construct. This commit adds a final else {} with assert to comply with coding guideline 15.7. Signed-off-by: Jennifer Williams <jennifer.m.williams@intel.com>