commit | 3ffd880d3c6c63cdf575764da9e903fc3249937d | [log] [tgz] |
---|---|---|
author | Silviu-Mihai Popescu <silviupopescu1990@gmail.com> | Mon Mar 11 21:48:07 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 12 06:57:22 2013 -0400 |
tree | 7b29b2653922f92ee70414a33c2f8d33879cfb51 | |
parent | b6bb4dfcb1803765e7d12a9807a8d4650545199a [diff] |
ethernet: amd: use PTR_RET instead of IS_ERR + PTR_ERR This uses PTR_RET instead of IS_ERR and PTR_ERR in order to increase readability. Signed-off-by: Silviu-Mihai Popescu <silviupopescu1990@gmail.com> Acked-by: <Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: David S. Miller <davem@davemloft.net>