On Sun, May 08, 2011 at 05:50:06PM -0400, green at linuxhacker.ru wrote: > + /* > + * link regulators to MMC adapters ... we "know" the > + * regulators will be set up only *after* we return. > + */ > + encore_vmmc1_supply.dev = mmc[1].dev; Just specify dev_name in the supply rather than doing this.