From mboxrd@z Thu Jan 1 00:00:00 1970 From: jlamanna@gmail.com Date: Tue, 04 Jan 2005 21:57:08 +0000 Subject: [KJ] [PATCH] [15/29] qla_os.c - vfree() checking cleanups Message-Id: <41db1134.63656ccc.2568.07bc@smtp.gmail.com> MIME-Version: 1 Content-Type: multipart/mixed; boundary="===============90340959868507364==" List-Id: To: kernel-janitors@vger.kernel.org --===============90340959868507364== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit qla_os.c vfree() checking cleanups. Signed-off by: James Lamanna qla_os.c | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) --- linux-2.6.10-vanilla/drivers/scsi/qla2xxx/qla_os.c 2004-12-24 13:35:40.000000000 -0800 +++ linux-2.6.10/drivers/scsi/qla2xxx/qla_os.c 2005-01-04 11:32:17.000000000 -0800 @@ -3125,8 +3125,7 @@ if (ha->fw_dump) free_pages((unsigned long)ha->fw_dump, ha->fw_dump_order); - if (ha->fw_dump_buffer) - vfree(ha->fw_dump_buffer); + vfree(ha->fw_dump_buffer); ha->fw_dump ha->fw_dump_reading --===============90340959868507364== Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline _______________________________________________ Kernel-janitors mailing list Kernel-janitors@lists.osdl.org http://lists.osdl.org/mailman/listinfo/kernel-janitors --===============90340959868507364==--