commit | 1d5caaa853ea8315950a6dd952d7ec34394f4d60 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Dec 03 20:17:40 2018 +0200 |
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Dec 03 21:40:03 2018 +0200 |
tree | a9cc5b06fd6fd044fcc4c3504dfd002b7d7b3b04 | |
parent | 0b8a6aeab9255a43b2a34b386d95004665e0fe9a [diff] |
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>