OSDN Git Service

platform/x86: intel_cht_int33fe: Get rid of obsolete conditional
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 28 Nov 2018 11:45:26 +0000 (13:45 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 3 Dec 2018 19:40:02 +0000 (21:40 +0200)
commit09e568f783efbd40c60d2118be0a1b0aa6e35177
treed039f42ee0771778e4f3966c7281373543b8ef75
parent2dea645ffc21f927067e8e35147985887b1a843d
platform/x86: intel_cht_int33fe: Get rid of obsolete conditional

Now, when i2c_acpi_new_device() never returns NULL, there is no point to check
for it. Besides that, i2c_acpi_new_device() returns -EPROBE_DEFER directly and
caller doesn't need to guess is better.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/intel_cht_int33fe.c