On Wed, Nov 19, 2008 at 01:30, Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > Today's linux-next build (powerpc ppc64_defconfig) failed like this: > > arch/powerpc/kernel/vio.c: In function 'vio_register_device_node': > arch/powerpc/kernel/vio.c:1246: error: incompatible type for argument 1 of 'dev_name' > > Caused by commit 92136135687b1f8f5d3f03baa3cec40dbc6e73e9 ("powerpc: > struct device - replace bus_id with dev_name(), dev_set_name()"). > > I have dropped the driver-core tree (and the usb tree that depends on it) > from linux-next for today. Yep, a '&' is missing. It should be - __func__, viodev->dev.bus_id); + __func__, dev_name(&viodev->dev)); Is this the only one, or only the first failure you've seen with the driver-core tree? Some of the patches we've been unable to test, and unfortunately the maintainers didn't respond for weeks now. Thanks, Kay -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html