commit | 21e26ff993dea9dceaf0f19cfec4bef58387b0f2 | [log] [tgz] |
---|---|---|
author | Tillmann Heidsieck <theidsieck@leenox.de> | Sat Oct 10 21:47:18 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 12 19:56:26 2015 -0700 |
tree | bf9fe0215bbe80eeb72d59ed7416229127e75d82 | |
parent | 8c5b83f0f255542b40a1273c32eb067ec00bb2b2 [diff] |
atm: iphase: return -ENOMEM instead of -1 in case of failed kmalloc() Smatch complains about returning hard coded error codes, silence this warning. drivers/atm/iphase.c:115 ia_enque_rtn_q() warn: returning -1 instead of -ENOMEM is sloppy Signed-off-by: Tillmann Heidsieck <theidsieck@leenox.de> Signed-off-by: David S. Miller <davem@davemloft.net>