Re: [PATCH] ACPI: Do not fail acpi_bind_one() if device is already bound correctly

2013-08-05 Thread Rafael J. Wysocki
On Monday, August 05, 2013 04:20:19 PM Toshi Kani wrote: > On Sun, 2013-08-04 at 16:03 +0200, Rafael J. Wysocki wrote: > > On Saturday, August 03, 2013 06:32:02 PM Toshi Kani wrote: > > > On Sat, 2013-08-03 at 02:47 +0200, Rafael J. Wysocki wrote: > > > > On Friday, August 02, 2013 04:38:38 PM Tosh

Re: [PATCH] ACPI: Do not fail acpi_bind_one() if device is already bound correctly

2013-08-05 Thread Toshi Kani
On Sun, 2013-08-04 at 16:03 +0200, Rafael J. Wysocki wrote: > On Saturday, August 03, 2013 06:32:02 PM Toshi Kani wrote: > > On Sat, 2013-08-03 at 02:47 +0200, Rafael J. Wysocki wrote: > > > On Friday, August 02, 2013 04:38:38 PM Toshi Kani wrote: > > > > On Fri, 2013-08-02 at 00:33 +0200, Rafael J

Re: [PATCH] ACPI: Do not fail acpi_bind_one() if device is already bound correctly

2013-08-04 Thread Rafael J. Wysocki
On Saturday, August 03, 2013 06:32:02 PM Toshi Kani wrote: > On Sat, 2013-08-03 at 02:47 +0200, Rafael J. Wysocki wrote: > > On Friday, August 02, 2013 04:38:38 PM Toshi Kani wrote: > > > On Fri, 2013-08-02 at 00:33 +0200, Rafael J. Wysocki wrote: > > > > From: Rafael J. Wysocki > > > > > > > > M

Re: [PATCH] ACPI: Do not fail acpi_bind_one() if device is already bound correctly

2013-08-03 Thread Toshi Kani
On Sat, 2013-08-03 at 02:47 +0200, Rafael J. Wysocki wrote: > On Friday, August 02, 2013 04:38:38 PM Toshi Kani wrote: > > On Fri, 2013-08-02 at 00:33 +0200, Rafael J. Wysocki wrote: > > > From: Rafael J. Wysocki > > > > > > Modify acpi_bind_one() so that it doesn't fail if the device > > > repre

Re: [PATCH] ACPI: Do not fail acpi_bind_one() if device is already bound correctly

2013-08-02 Thread Rafael J. Wysocki
On Friday, August 02, 2013 04:38:38 PM Toshi Kani wrote: > On Fri, 2013-08-02 at 00:33 +0200, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > Modify acpi_bind_one() so that it doesn't fail if the device > > represented by its first argument has already been bound to the > > given ACP

Re: [PATCH] ACPI: Do not fail acpi_bind_one() if device is already bound correctly

2013-08-02 Thread Toshi Kani
On Fri, 2013-08-02 at 00:33 +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Modify acpi_bind_one() so that it doesn't fail if the device > represented by its first argument has already been bound to the > given ACPI handle (second argument), because that is not a good > enough reaso

Re: [PATCH] ACPI: Do not fail acpi_bind_one() if device is already bound correctly

2013-08-02 Thread Lan Tianyu
2013/8/2 Rafael J. Wysocki : > On Friday, August 02, 2013 10:48:49 AM Lan Tianyu wrote: >> 2013/8/2 Rafael J. Wysocki : >> > From: Rafael J. Wysocki >> > >> > Modify acpi_bind_one() so that it doesn't fail if the device >> > represented by its first argument has already been bound to the >> > give

Re: [PATCH] ACPI: Do not fail acpi_bind_one() if device is already bound correctly

2013-08-02 Thread Rafael J. Wysocki
On Friday, August 02, 2013 10:48:49 AM Lan Tianyu wrote: > 2013/8/2 Rafael J. Wysocki : > > From: Rafael J. Wysocki > > > > Modify acpi_bind_one() so that it doesn't fail if the device > > represented by its first argument has already been bound to the > > given ACPI handle (second argument), beca

Re: [PATCH] ACPI: Do not fail acpi_bind_one() if device is already bound correctly

2013-08-01 Thread Lan Tianyu
2013/8/2 Rafael J. Wysocki : > From: Rafael J. Wysocki > > Modify acpi_bind_one() so that it doesn't fail if the device > represented by its first argument has already been bound to the > given ACPI handle (second argument), because that is not a good > enough reason for returning an error code. >