serial: 8250_dw: remove useless ACPI ID check
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Wed, 18 Mar 2015 10:55:12 +0000 (12:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 22:04:42 +0000 (23:04 +0100)
commit9001c07995fdd1f3657408c71bca7d6c5fb87fd3
tree6e56966eaf940add6251ccf1dd795a18c9c6112c
parentad53b26cd140fbea92d79a449c8ddb8d1a6f5f26
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>
drivers/tty/serial/8250/8250_dw.c