commit | e3ed249af8cb2f73fc6ef5494d2ddef43fb0ff19 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Mon Jul 05 09:35:47 2010 +0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Aug 05 13:53:34 2010 -0700 |
tree | 929b78904d87e976beaad97fe11d85934b8322a7 | |
parent | 5b232f753a842fa66eab86e51dc76e3929d853af [diff] |
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 <axel.lin@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>