From: Christian Lamparter Date: Sat, 16 Oct 2010 18:47:50 +0000 (+0200) Subject: carl9170: fix memory leak issue in async cmd macro wrappers X-Git-Tag: v2.6.37-rc1~88^2~31^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d2f2cd066e9e2b7e43d516d92e66dac2fc46aa0;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed