aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorTimur Tabi <[email protected]>2009-02-06 08:00:37 -0600
committerKumar Gala <[email protected]>2009-03-09 09:25:34 -0500
commit1ab082d7cbd0f34e39a5396cc6340c00bc5d66ef (patch)
treeae55102ad5c2ef84ca0462f29e6adf3607daf9b7 /net/lapb/lapb_subr.c
parent652e8f8d579d61745094e36b4ff085026a332e73 (diff)
i2c-mpc: do not allow interruptions when waiting for I2C to complete
The i2c_wait() function is using wait_event_interruptible_timeout() to wait for the I2C controller to signal that it has completed an I2C bus operation. If the process that causes the I2C operation terminated abruptly, the wait will be interrupted, returning an error. It is better to let the I2C operation finished before the process exits. It is safe to use wait_event_timeout() instead, because the timeout will allow the process to exit if the I2C bus hangs. It's also better to allow the I2C operation to finish, because unacknowledged I2C operations can cause the I2C bus to hang. Signed-off-by: Timur Tabi <[email protected]> Acked-by: Ben Dooks <[email protected]> Signed-off-by: Kumar Gala <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions