diff for duplicates of <20100713194810.GA15596@albatros> diff --git a/a/1.txt b/N1/1.txt index 871d1b6..24b6887 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,7 +14,7 @@ On Tue, Jul 13, 2010 at 13:43 +0200, Dan Carpenter 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 9656c4b..c45c79f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020100713114347.GK5658@bicker\0" "From\0Kulikov Vasiliy <segooon@gmail.com>\0" "Subject\0Re: [PATCH] eth16i: fix memory leak\0" - "Date\0Tue, 13 Jul 2010 19:48:10 +0000\0" + "Date\0Tue, 13 Jul 2010 23:48:10 +0400\0" "To\0Dan Carpenter <error27@gmail.com>\0" "Cc\0kernel-janitors@vger.kernel.org" Mika Kuoppala <miku@iki.fi> @@ -30,7 +30,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" @@ -53,4 +53,4 @@ "> > -- \n" > -6ef500cc47eb3bf4c25097235cc98a7078302bc015d4b52729bd04743a43a8db +41356850fcbbe2e1c91e29f2b0f9c081948b76bb6fffc0af8317b58740f7b1c7
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.