mfd: intel_quark_i2c_gpio: Don't crash if !DMI
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 25 Mar 2015 18:03:55 +0000 (20:03 +0200)
committerLee Jones <lee.jones@linaro.org>
Mon, 30 Mar 2015 07:19:56 +0000 (08:19 +0100)
commitbafc1face21f34005d34b72010ad6d7235bd448e
treef1cb45ab8d9ddc8009c255aa83789f1f89232ea2
parent0787ded88e620c81ee2e42cee56cbb5cc26077de
mfd: intel_quark_i2c_gpio: Don't crash if !DMI

dmi_get_system_info() may return NULL either when CONFIG_DMI is not set or when
board has an old firmware. The patch prevents a crash and changes the default
frequency to be in align with older board.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
[Lee: Removed overt "sentinel" comment and extra lines]
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/intel_quark_i2c_gpio.c