greybus: es2: move APB log task into the es2_ap_dev struct
authorAlex Elder <elder@linaro.org>
Wed, 28 Oct 2015 03:18:38 +0000 (22:18 -0500)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 2 Nov 2015 18:38:36 +0000 (10:38 -0800)
commit1482b3e1a8ab924cca4dc7e2ac9f40c0e9ff37c9
tree9851f89d92b708b7c42d57217485b29a84b22ec2
parent4b1d82047ebbb108e9961fffd51f8ccd54459221
greybus: es2: move APB log task into the es2_ap_dev struct

If an APB has a logging task it is associated with that APB.  Move
the task pointer into the es2_ap_dev structure rather than having it
be a single global.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/es2.c