]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
greybus: pass gfp_flags for message allocation
authorAlex Elder <elder@linaro.org>
Tue, 18 Nov 2014 19:26:54 +0000 (13:26 -0600)
committerGreg Kroah-Hartman <greg@kroah.com>
Tue, 18 Nov 2014 20:53:38 +0000 (12:53 -0800)
commitde80073a1768b0fb01df0e597225047fd66e8044
treef038a3763848ee184a1b9b81cea6ff5db8751408
parent1f764af77c6adb3b4035b8f41b48198f251dc7f8
greybus: pass gfp_flags for message allocation

The only reason gb_operation_message_init() gets its "outbound"
argument is so we can determine what allocation flags to use.
Just pass the flags in directly instead.

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