|
@@ -109,7 +109,7 @@ static ssize_t qeth_bridge_port_state_show(struct device *dev,
|
|
return qeth_bridge_port_role_state_show(dev, attr, buf, 1);
|
|
return qeth_bridge_port_role_state_show(dev, attr, buf, 1);
|
|
}
|
|
}
|
|
|
|
|
|
-static DEVICE_ATTR(bridge_state, 0644, qeth_bridge_port_state_show,
|
|
|
|
|
|
+static DEVICE_ATTR(bridge_state, 0444, qeth_bridge_port_state_show,
|
|
NULL);
|
|
NULL);
|
|
|
|
|
|
static ssize_t qeth_bridgeport_hostnotification_show(struct device *dev,
|
|
static ssize_t qeth_bridgeport_hostnotification_show(struct device *dev,
|