commit | 3934aa4c1f7f4ccdff25f530b0e37d776ac453e2 | [log] [tgz] |
---|---|---|
author | Insu Yun <wuninsu@gmail.com> | Tue Dec 29 17:20:11 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 04 17:18:42 2016 -0500 |
tree | 6089a510198e507a9b378683a9715e6c94e05fa9 | |
parent | b77357b69225a8e68d222451911feab50f2c6652 [diff] |
cxgb4: correctly handling failed allocation Since t4_alloc_mem can be failed in memory pressure, if not properly handled, NULL dereference could be happened. Signed-off-by: Insu Yun <wuninsu@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>