diff --git a/[refs] b/[refs] index 45522543beae..3a35062f1064 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a4292d7ae6fabcdbc41c3e0f0eb790a1429b985f +refs/heads/master: 0721357d4d04563b6e5c7ffd6b5685df275d5ff9 diff --git a/trunk/drivers/of/of_i2c.c b/trunk/drivers/of/of_i2c.c index 6a98dc8aa30b..24bbef777c19 100644 --- a/trunk/drivers/of/of_i2c.c +++ b/trunk/drivers/of/of_i2c.c @@ -41,7 +41,7 @@ void of_register_i2c_devices(struct i2c_adapter *adap, info.addr = *addr; - request_module(info.type); + request_module("%s", info.type); result = i2c_new_device(adap, &info); if (result == NULL) {