On 8 May 2015 at 08:50, Axel Lin <axel.lin@xxxxxxxxxx> wrote: > Make the modalias match driver name, this is required to make module > auto-loading work. > > Signed-off-by: Axel Lin <axel.lin@xxxxxxxxxx> Acked-by: Zhangfei Gao <zhangfei.gao@xxxxxxxxxx> Thanks for the patch, Also checked MODULE_ALIAS notes in Documentation/i2c/writing-clients. > --- > drivers/i2c/busses/i2c-hix5hd2.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/i2c/busses/i2c-hix5hd2.c b/drivers/i2c/busses/i2c-hix5hd2.c > index 8fe78d0..7c696643 100644 > --- a/drivers/i2c/busses/i2c-hix5hd2.c > +++ b/drivers/i2c/busses/i2c-hix5hd2.c > @@ -554,4 +554,4 @@ module_platform_driver(hix5hd2_i2c_driver); > MODULE_DESCRIPTION("Hix5hd2 I2C Bus driver"); > MODULE_AUTHOR("Wei Yan <sledge.yanwei@xxxxxxxxxx>"); > MODULE_LICENSE("GPL"); > -MODULE_ALIAS("platform:i2c-hix5hd2"); > +MODULE_ALIAS("platform:hix5hd2-i2c"); > -- > 2.1.0 > > > -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html