OSDN Git Service

greybus: drop gfp_mask from gb_message_send()
authorAlex Elder <elder@linaro.org>
Mon, 1 Dec 2014 13:53:10 +0000 (07:53 -0600)
committerGreg Kroah-Hartman <greg@kroah.com>
Tue, 2 Dec 2014 04:40:35 +0000 (20:40 -0800)
commite413614b01763a84940168f253426fca89cdc38c
tree00d2c7eff6fbcfcdcd1354c14b3df7328e3fac03
parent57248face3894f0b3e97ff1c9e9e8b8b22033ec3
greybus: drop gfp_mask from gb_message_send()

We will only send messages from process context.  Drop the gfp_mask
parameter from gb_message_send(), and just supply GFP_KERNEL to the
host driver's buffer_send method.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/operation.c