~ubuntu-branches/ubuntu/trusty/linux-lts-vivid/trusty-proposed

« back to all changes in this revision

Viewing changes to drivers/usb/gadget/udc/m66592-udc.c

  • Committer: Package Import Robot
  • Author(s): Luis Henriques, Kamal Mostafa, K. Y. Srinivasan
  • Date: 2015-11-23 13:24:32 UTC
  • Revision ID: package-import@ubuntu.com-20151123132432-903xk653el60bfun
[ Kamal Mostafa ]

* Release Tracking Bug
  - LP: #1518519

[ K. Y. Srinivasan ]

* SAUCE: Drivers: hv: vmbus: Fix a Host signaling bug
  - LP: #1508706

Show diffs side-by-side

added added

removed removed

Lines of Context:
1052
1052
                                tmp = m66592_read(m66592, M66592_INTSTS0) &
1053
1053
                                                                M66592_CTSQ;
1054
1054
                                udelay(1);
1055
 
                        } while (tmp != M66592_CS_IDST || timeout-- > 0);
 
1055
                        } while (tmp != M66592_CS_IDST && timeout-- > 0);
1056
1056
 
1057
1057
                        if (tmp == M66592_CS_IDST)
1058
1058
                                m66592_bset(m66592,