From: Axel Lin Date: Mon, 5 Jul 2010 01:35:47 +0000 (+0800) Subject: dcdbas: remove a redundant smi_data_buf_free in dcdbas_exit X-Git-Tag: v2.6.36-rc1~521^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3ed249af8cb2f73fc6ef5494d2ddef43fb0ff19;p=pandora-kernel.git dcdbas: remove a redundant smi_data_buf_free in dcdbas_exit smi_data_buf_free is called twice in current implementation. The second call simply return because smi_data_buf is set to NULL in first call. This patch removes the second smi_data_buf_free call. Signed-off-by: Axel Lin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed