diff options
author | Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> | 2017-12-12 23:06:35 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-12-13 15:49:53 -0500 |
commit | 8a83c5d7969b8433584e3cf658a8d76c4dc37f4d (patch) | |
tree | 5027cd983a97970bcb3594fc13549a4efda82686 /kernel | |
parent | f56ec6766dcfc2d533869d5631aa2c34bb52b87b (diff) | |
download | linux-8a83c5d7969b8433584e3cf658a8d76c4dc37f4d.tar.bz2 |
net: ethernet: ti: cpdma: correct error handling for chan create
It's not correct to return NULL when that is actually an error and
function returns errors in any other wrong case. In the same time,
the cpsw driver and davinci emac doesn't check error case while
creating channel and it can miss actual error. Also remove WARNs
replacing them on dev_err msgs.
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org>
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions