|
@@ -1530,11 +1530,15 @@ static ssize_t modalias_show(struct device *dev, struct device_attribute *attr,
|
|
|
cp = of_get_property(dn, "compatible", NULL);
|
|
cp = of_get_property(dn, "compatible", NULL);
|
|
|
return sprintf(buf, "vio:T%sS%s\n", vio_dev->type, cp);
|
|
return sprintf(buf, "vio:T%sS%s\n", vio_dev->type, cp);
|