cba5d04c87c5c0174f159d26b295a46bfb6da58 Mon Sep 17 00:00:00 2001 From: Johan Hovold Date: Wed, 27 Jul 2016 16:37:20 +0200 Subject: 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 Reviewed-by: Alex Elder Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/es2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)