commit | 3fe444ad7e3a6951fa0c9b552c5afe6f6df0d571 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Aug 07 01:15:25 2013 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Aug 07 23:41:46 2013 +0200 |
tree | e81f4cc4752f9c5c243e8f84a8470f5b48b8e19e | |
parent | 69fdadfd2200e0bf3d10a7a7925db8e9fc5a46fd [diff] |
ACPI: Do not fail acpi_bind_one() if device is already bound correctly 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. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Reviewed-by: Lan Tianyu <tianyu.lan@intel.com> Acked-by: Toshi Kani <toshi.kani@hp.com>