[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120620080652.GA15937@ioremap.net>
Date: Wed, 20 Jun 2012 12:06:52 +0400
From: Evgeniy Polyakov <zbr@...emap.net>
To: Devendra Naga <devendra.aaru@...il.com>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] drivers/w1: free the w1_master at w1_free_dev and
return a correct return value
Hi
On Sun, Jun 17, 2012 at 09:47:59PM +0530, Devendra Naga (devendra.aaru@...il.com) wrote:
> the w1_master pointer is allced at the w1_alloc_master and is not freed when called with
> w1_remove_master.
>
> when w1_alloc_dev fails the return should be -ENODEV as it does
> device_register, and that is the last case where that function
> will fail.
>
> Signed-off-by: Devendra Naga <devendra.aaru@...il.com>
Hmm, looks correct, but I wonder how whatever_free() function happend
not to free its arguments.
Looks like device_unregister() calls release callback, but we do not
provide one.
Greg, please pull it into your tree. Thank you.
Acked-by: Evgeniy Polyakov <zbr@...emap.net>
--
Evgeniy Polyakov
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists