commit | f7aa23cb8dba96b92f46e47101d360c5e0fa4e3b | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@nxp.com> | Mon May 23 23:24:21 2016 -0300 |
committer | Mark Brown <broonie@kernel.org> | Tue May 24 16:54:50 2016 +0100 |
tree | 5db245f4bd8782b48372ef34d76f9e8941133bd5 | |
parent | 29cf67b99527296e9c9b9f6995c1d271d21f79c0 [diff] |
spi: spi-ep93xx: Fix the PTR_ERR() argument PTR_ERR should access the value just tested by IS_ERR. The semantic patch that makes this change is available in scripts/coccinelle/tests/odd_ptr_err.cocci. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Mark Brown <broonie@kernel.org>