>> + help >> + Say yes here to support for Maxim Semiconductor MAX6650/MAX6651. >> This is >> + a fan speed regulator and monitor IC. This driver provies common >> support > > s/provies/provides/
Good catch! (Note to myself: I should have run my vim spellchecker... ) >> + max665x->map = regmap_init_i2c(i2c, &max665x_regmap_config); > > Use devm_regmap_init_i2c() (or add missing regmap_exit()). Ah, okay, I was not aware of that, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/