summaryrefslogtreecommitdiff
path: root/.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/00_skeleton2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/00_skeleton b/.zsh/00_skeleton
index c58f77f..b581150 100644
--- a/.zsh/00_skeleton
+++ b/.zsh/00_skeleton
@@ -2,7 +2,7 @@
#
# <description>
#
-# Copyright © 2011 Tobias Klauser <tklauser@distanz.ch>
+# Copyright © 2012 Tobias Klauser <tklauser@distanz.ch>
# Released under the terms of the Artistic Licence 2.0
#
# Source repository: git://git.distanz.ch/dotfiles/zsh.git
fc255e3f810a8b'>23931ffb9ac892a51cdef4eefdfc255e3f810a8b (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 (limited to 'drivers')
-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