Re: yield() in i2c non-happy paths hits BUG under -rt patch

2009-11-14 Thread Jean Delvare
Hi Thomas, On Fri, 13 Nov 2009 23:03:39 +0100 (CET), Thomas Gleixner wrote: Jean, On Thu, 12 Nov 2009, Jean Delvare wrote: As far as I can see, yield() doesn't have clear semantics attached. It's more of a utility function everyone could use as they see fit. In that respect, I

Re: [PATCH v2 21/22] i2c-designware: Tx abort cleanups

2009-11-14 Thread Ben Dooks
On Thu, Nov 12, 2009 at 01:29:46PM +0900, Shinya Kuribayashi wrote: Baruch, Shinya Kuribayashi wrote: * ABRT_MASTER_DIS: Fix a typo. * i2c_dw_handle_tx_abort: Return an appropriate error number depending on abort_source. * i2c_dw_xfer: Add a missing abort_source initialization.