Re: [PATCH 1/5] drivers/mfd: Add Freescale MC13783 driver

From: Mark Brown
Date: Tue Aug 11 2009 - 08:43:15 EST


On Tue, Aug 11, 2009 at 11:07:43AM +0200, Sascha Hauer wrote:

> +static int __init pmic_init(void)
> +{
> + return spi_register_driver(&pmic_driver);
> +}
> +module_init(pmic_init);

This should be subsys_initcall() so that the regulators can come up
early.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/