From: Tejun Heo Date: Mon, 23 Jan 2006 04:09:36 +0000 (+0900) Subject: [PATCH] libata: fold __ata_qc_complete() into ata_qc_free() X-Git-Tag: v2.6.17-rc1~1182^2~123 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ba946e9d8e10fada7bbce527f6ea05842592e06;p=pandora-kernel.git [PATCH] libata: fold __ata_qc_complete() into ata_qc_free() All ata_qc_free() does is calling __ata_qc_complete() which isn't used anywhere else. Fold __ata_qc_complete() into ata_qc_free(). Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed