diff for duplicates of <20100713114347.GK5658@bicker> diff --git a/a/1.txt b/N1/1.txt index 33f309f..94ca1d0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,7 +13,7 @@ On Tue, Jul 13, 2010 at 03:22:18PM +0400, Kulikov Vasiliy wrote: > @@ -1442,8 +1442,10 @@ int __init init_module(void) > dev->if_port = eth16i_parse_mediatype(mediatype[this_dev]); > -> if(io[this_dev] = 0) { +> if(io[this_dev] == 0) { > - if(this_dev != 0) /* Only autoprobe 1st one */ > + if (this_dev != 0) { /* Only autoprobe 1st one */ > + free_netdev(def); diff --git a/a/content_digest b/N1/content_digest index 92a1929..7ed5b6a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01279020138-9398-1-git-send-email-segooon@gmail.com\0" "From\0Dan Carpenter <error27@gmail.com>\0" "Subject\0Re: [PATCH] eth16i: fix memory leak\0" - "Date\0Tue, 13 Jul 2010 11:43:47 +0000\0" + "Date\0Tue, 13 Jul 2010 13:43:47 +0200\0" "To\0Kulikov Vasiliy <segooon@gmail.com>\0" "Cc\0kernel-janitors@vger.kernel.org" Mika Kuoppala <miku@iki.fi> @@ -28,7 +28,7 @@ "> @@ -1442,8 +1442,10 @@ int __init init_module(void)\n" "> \t\tdev->if_port = eth16i_parse_mediatype(mediatype[this_dev]);\n" "> \n" - "> \t\tif(io[this_dev] = 0) {\n" + "> \t\tif(io[this_dev] == 0) {\n" "> -\t\t\tif(this_dev != 0) /* Only autoprobe 1st one */\n" "> +\t\t\tif (this_dev != 0) { /* Only autoprobe 1st one */\n" "> +\t\t\t\tfree_netdev(def);\n" @@ -45,4 +45,4 @@ "> \t\t}\n" > -- -1315e04c6a2cd1c4bd236c073632c2baaf247a71318c16b43baf45d2b7e953a2 +a5b9bf1d0c721f177eb196abb9ba92119ab085725a82dc3a595ad904bd66f6ff
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.