commit | 8d1043a30fc23a3f8a95b972beb694dd948bbe45 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Wed Oct 21 15:26:43 2015 +0530 |
committer | Greg Kroah-Hartman <gregkh@google.com> | Wed Oct 21 16:17:05 2015 -0700 |
tree | 4c4c9e48480e5163db484555c60f508fb6f41923 | |
parent | 3014712fe1dc26640178319e55f3a80ce42a4775 [diff] |
greybus: bundle: fix double freeing of bundle structure The bundle will be released by gb_bundle_release() once all references for the bundle are dropped. And so there is no need to free it in the error path specially. Reviewed-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>