From mboxrd@z Thu Jan 1 00:00:00 1970 From: jlamanna@gmail.com Date: Tue, 04 Jan 2005 21:57:33 +0000 Subject: [KJ] [PATCH] [28/29] generic.c - vfree() checking cleanups Message-Id: <41db114d.3442b071.2568.07ca@smtp.gmail.com> MIME-Version: 1 Content-Type: multipart/mixed; boundary="===============8323324824247309==" List-Id: To: kernel-janitors@vger.kernel.org --===============8323324824247309== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit generic.c vfree() checking cleanups. Signed-off by: James Lamanna generic.c | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) --- linux-2.6.10-vanilla/drivers/char/agp/generic.c 2004-12-24 13:34:31.000000000 -0800 +++ linux-2.6.10/drivers/char/agp/generic.c 2005-01-04 11:29:26.909917048 -0800 @@ -891,8 +891,7 @@ void agp_generic_free_by_type(struct agp_memory *curr) { - if (curr->memory !- vfree(curr->memory); + vfree(curr->memory); agp_free_key(curr->key); kfree(curr); --===============8323324824247309== 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 --===============8323324824247309==--