commit | 7a5cd5aea29a6fa0d99fb3b667b96b8d5f4e596c | [log] [tgz] |
---|---|---|
author | Rui Miguel Silva <rui.silva@linaro.org> | Thu Jul 02 19:11:33 2015 +0100 |
committer | Greg Kroah-Hartman <gregkh@google.com> | Mon Jul 06 11:15:42 2015 -0700 |
tree | 795c417753c813f7ace5b93aa43a2d23603b0d04 | |
parent | 08ccc9be680debdeb9eb2dcaa83c5fc7cd71f487 [diff] |
greybus: sdio: fix call to stop command if no data exist If data is not available the stop command could dereference NULL. Fetch the stop command directly from the request instead. Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>