platform/x86: intel_ips: Remove never happen condition
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 3 Dec 2018 18:17:40 +0000 (20:17 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 3 Dec 2018 19:40:03 +0000 (21:40 +0200)
commit1d5caaa853ea8315950a6dd952d7ec34394f4d60
treea9cc5b06fd6fd044fcc4c3504dfd002b7d7b3b04
parent0b8a6aeab9255a43b2a34b386d95004665e0fe9a
platform/x86: intel_ips: Remove never happen condition

At ->remove() stage we know that device had been instantiated properly,
so, it can't be an invalid pointer to the driver data.

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