commit | 4afbba0703b2b2a2a9355e5d29a7a8ddcff92953 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <greg@kroah.com> | Mon Oct 27 14:01:06 2014 +0800 |
committer | Greg Kroah-Hartman <greg@kroah.com> | Mon Oct 27 15:05:03 2014 +0800 |
tree | bf59d031db97d436bf2ac76c3183454f271247e6 | |
parent | 724b619dfbe1238eb8b9bd4916eeaf40b5640b28 [diff] |
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>