commit | 3d2f2cd066e9e2b7e43d516d92e66dac2fc46aa0 | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@googlemail.com> | Sat Oct 16 20:47:50 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Oct 25 14:43:14 2010 -0400 |
tree | 3b5ffe5a631cbb0b22eb8f6381c0c9bb4a1e69d3 | |
parent | 5f4e6b2d3c74c1adda1cbfd9d9d30da22c7484fc [diff] |
carl9170: fix memory leak issue in async cmd macro wrappers This patch continues where the previous commit: "carl9170: fix async command buffer leak" left off. Similar to carl9170_reboot/carl9170_powersave, the carl9170_async_regwrite* macros would leak the temporary command buffer, if __carl9170_exec_cmd fails to upload the command to the device. Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>