revert android-tegra-2.6.36-honeycomb-mr1-9001adc to v2.6.36
[firefly-linux-kernel-4.4.55.git] / drivers / usb / storage / sierra_ms.c
index ceba512f84d0eeeb2f3170a14df915528304dbe2..57fc2f532cabe985b9b10fdd57c7042b6d0fd4be 100644 (file)
@@ -121,7 +121,7 @@ static ssize_t show_truinst(struct device *dev, struct device_attribute *attr,
        }
        return result;
 }
-static DEVICE_ATTR(truinst, S_IRUGO, show_truinst, NULL);
+static DEVICE_ATTR(truinst, S_IWUGO | S_IRUGO, show_truinst, NULL);
 
 int sierra_ms_init(struct us_data *us)
 {