On Thu, Sep 24, 2009 at 05:48, <[email protected]> wrote: > +static struct i2c_driver adau1371_i2c_driver = { > + .driver = { > + .name = "adau1371 I2C Codec", > + .owner = THIS_MODULE, > + }, > + .probe = adau1371_i2c_probe, > + .remove = adau1371_i2c_remove, > + .id_table = adau1371_i2c_id, > +};
the .name field here seems a little non-standard. shouldnt it be "adau1371-i2c" ? -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
