From: Jerome Glisse Date: Thu, 11 Feb 2010 11:44:32 +0000 (+0100) Subject: drm/radeon/kms: fix r600/r700 cs checker to avoid double kfree X-Git-Tag: v2.6.34-rc1~209^2~10^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cb72ef4d39978e6e07415a2d552b06d567c3079;p=pandora-kernel.git drm/radeon/kms: fix r600/r700 cs checker to avoid double kfree radeon_cs kfree the tracker structure but for r6xx/r7xx we want to kfree it inside the parse function because we share it with the UMS code path. Set tracker to NULL after freeing it will avoid double free. Signed-off-by: Jerome Glisse Signed-off-by: Dave Airlie --- Reading git-diff-tree failed