commit | 05f9f17e2caf249e9454f43e0c3751b2d06e1c06 | [log] [tgz] |
---|---|---|
author | Corey Minyard <cminyard@mvista.com> | Tue Nov 20 11:10:58 2018 -0600 |
committer | Corey Minyard <cminyard@mvista.com> | Wed Feb 27 21:06:08 2019 -0600 |
tree | 11439e59d8cd3008a772f21227b343c02c7a9458 | |
parent | 2ac4c5f4d2415116d3f417a32311d437791dcfce [diff] |
arm:i2c: Don't mask return from i2c_recv() It can't fail, and now that it returns a uint8_t a 0xff mask is unnecessary. Signed-off-by: Corey Minyard <cminyard@mvista.com> Suggested-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>