···457457 dword3 |= BD_SOT|BD_SBF|(tfs<<BD_TFS_SHIFT);458458 dword2 |= BD_LTF;459459 /* format of first bd for ep0 is different than other */460460- if (ep->ep_num == 1)460460+ if (ep->ep_num == 1) {461461 ret = setup_first_bd_ep0(bdc, req, &dword3);462462 if (ret)463463 return ret;464464+ }464465 }465466 if (!req->ep->dir)466467 dword3 |= BD_ISP;