summaryrefslogtreecommitdiff
path: root/proc.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-04proc: move out process specific management functionsDaniel Borkmann1-0/+66
/option>mode:
authorJohan Hovold <johan@hovoldconsulting.com>2016-07-27 16:37:20 +0200
committerGreg Kroah-Hartman <gregkh@google.com>2016-07-28 10:04:06 -0700
commitfcba5d04c87c5c0174f159d26b295a46bfb6da58 (patch)
tree316a92886c71e94f2a925d78f043a029435332af
parent23931ffb9ac892a51cdef4eefdfc255e3f810a8b (diff)
greybus: es2: fix arpc response-allocation error handling
The wrong pointer was checked for allocation failures when allocating the ARPC response buffer, something which would lead to allocation failures going undetected. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat
-rw-r--r--drivers/staging/greybus/es2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/es2.c b/drivers/staging/greybus/es2.c