[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20061012115240.d856e254.akpm@osdl.org>
Date: Thu, 12 Oct 2006 11:52:40 -0700
From: Andrew Morton <akpm@...l.org>
To: Dmitry Torokhov <dtor@...ightbb.com>
Cc: Greg KH <gregkh@...e.de>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Driver core: fix error handling in device_bind_driver()
On Thu, 12 Oct 2006 01:05:55 -0400
Dmitry Torokhov <dtor@...ightbb.com> wrote:
> Subject: Driver core: fix error handling in device_bind_driver()
> From: Dmitry Torokhov <dtor@...ightbb.com>
>
> When link creation fails we not only need to signal error
> but also remove device from driver's list of bound devices.
>
> Signed-off-by: Dmitry Torokhov <dtor@...l.ru>
> ---
>
> drivers/base/dd.c | 29 ++++++++++++++++++-----------
> 1 files changed, 18 insertions(+), 11 deletions(-)
>
> Index: work/drivers/base/dd.c
> ===================================================================
> --- work.orig/drivers/base/dd.c
> +++ work/drivers/base/dd.c
This code has undergone basic restructuring in Greg's development tree. A
patch against rc1-mm1 would apply.
-
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