]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
greybus: core: make greybus_kill_gbuf not return a value
authorGreg Kroah-Hartman <greg@kroah.com>
Mon, 27 Oct 2014 06:01:06 +0000 (14:01 +0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Mon, 27 Oct 2014 07:05:03 +0000 (15:05 +0800)
commit4afbba0703b2b2a2a9355e5d29a7a8ddcff92953
treebf59d031db97d436bf2ac76c3183454f271247e6
parent724b619dfbe1238eb8b9bd4916eeaf40b5640b28
greybus: core: make greybus_kill_gbuf not return a value

We can't do anything if killing a gbuf fails, so just make this function
"always" be successful.

At the same time, make the host controller function also be called
"kill_gbuf" to keep the terminology in sync.

Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Reviewed-by: Alex Elder <elder@linaro.org>
drivers/staging/greybus/core.c
drivers/staging/greybus/es1-ap-usb.c
drivers/staging/greybus/gbuf.c
drivers/staging/greybus/greybus.h
drivers/staging/greybus/operation.c