On Thu, Mar 22, 2012 at 01:57:30PM +1100, Benjamin Herrenschmidt wrote:
> +int __vio_register_driver(struct vio_driver *viodrv, struct module *owner,
> +                     const char *mod_name)
>  {
>       viodrv->driver.bus = &vio_bus_type;
> +     viodrv->driver.name = viodrv->name;
> +     viodrv->driver.bus = &vio_bus_type;
> +     viodrv->driver.owner = owner;
> +     viodrv->driver.mod_name = mod_name;

Any reason you set .bus twice?


--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to