]> git.karo-electronics.de Git - karo-tx-linux.git/commit
greybus: operation: fix atomic response allocation
authorJohan Hovold <johan@hovoldconsulting.com>
Fri, 17 Jul 2015 16:50:25 +0000 (18:50 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 20 Jul 2015 23:14:29 +0000 (16:14 -0700)
commit1c7658cf5165586acff901b7e6ef27d8d5f2818d
tree07d3ac15cf34097446652e7edfea5a001bcf2898
parent93047af23c8389d1a63883dcb59cd8c2fd472b45
greybus: operation: fix atomic response allocation

Response allocation also needs a GFP-flags argument as a response is
allocated as part of an outgoing operation.

Fixes: 9aa174d202e5 ("operation: allow atomic operation allocations")
Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/control.c
drivers/staging/greybus/loopback.c
drivers/staging/greybus/operation.c
drivers/staging/greybus/operation.h