OSDN Git Service

platform/x86: intel_scu_ipc: Remove redundant subarch check
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 5 Apr 2017 16:05:26 +0000 (19:05 +0300)
committerDarren Hart (VMware) <dvhart@infradead.org>
Thu, 13 Apr 2017 17:16:04 +0000 (10:16 -0700)
commit07ac1af3fc3e11f5b0948597aaad78d30c45a289
treee3dbc0ced6ed55ebfe6c8f8d123bbf6ec5b1c1c9
parent822e423e62d0f07574e3aaaa7e2c15ffab7815cc
platform/x86: intel_scu_ipc: Remove redundant subarch check

The driver is bound to the devices based on their PCI IDs.

There is no need to do an additional check.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/intel_scu_ipc.c