meta name='generator' content='cgit v1.2.3-54-g00ecf'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-06-10 13:27:58 +0200
committerDavid S. Miller <davem@davemloft.net>2016-06-10 23:29:28 -0700
commit562c5a70400c75f50d99de631666ac7cc2f03958 (patch)
tree35ece322f036c00f23f7038088e4e51651f5f87b
parent0b392be9a86560dae3af2e7528f226ff465ab549 (diff)
net: mediatek: add missing return code check
The code fails to check if the scratch memory was properly allocated. Add this check and return with an error if the allocation failed. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: David S. Miller <davem@davemloft.net>