commit | 9001c07995fdd1f3657408c71bca7d6c5fb87fd3 | [log] [tgz] |
---|---|---|
author | Heikki Krogerus <heikki.krogerus@linux.intel.com> | Wed Mar 18 12:55:12 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 26 23:04:42 2015 +0100 |
tree | 6e56966eaf940add6251ccf1dd795a18c9c6112c | |
parent | ad53b26cd140fbea92d79a449c8ddb8d1a6f5f26 [diff] |
serial: 8250_dw: remove useless ACPI ID check Having ACPI handle does not mean the same as having ACPI identifier. The check is in any case useless, but having it prevents this driver from being used for example with multifunctional PCI devices, such as the newer Intel LPSS devices. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>