Re: [PATCH] i2c: iop3xxx: fix build failure after waitqueue changes

2013-06-30 Thread Wolfram Sang
On Fri, Jun 28, 2013 at 02:35:52PM -0700, Kevin Hilman wrote: There has long been a syntax problem in iop3xx_i2c_wait_event() which has been somehow hidden by the macros in linux/wait.h. After some recent cleanup/rework of the wait_event_* helpers, the bug has come out from hiding and now

[PATCH] i2c: iop3xxx: fix build failure after waitqueue changes

2013-06-28 Thread Kevin Hilman
There has long been a syntax problem in iop3xx_i2c_wait_event() which has been somehow hidden by the macros in linux/wait.h. After some recent cleanup/rework of the wait_event_* helpers, the bug has come out from hiding and now results in build failure: