Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i2c: pmcmsp: fix error return from master_xfer
Returning -1 (-EPERM) is not appropriate here, go with -EIO. Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Fixes: 1b144df ("i2c: New PMC MSP71xx TWI bus driver")
- Loading branch information