summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usb/usb-skeleton.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usb/usb-skeleton.c b/usb/usb-skeleton.c
index 56dd828..276dde5 100644
--- a/usb/usb-skeleton.c
+++ b/usb/usb-skeleton.c
@@ -220,7 +220,6 @@ static struct file_operations skel_fops = {
static struct usb_class_driver skel_class = {
.name = "usb/skel%d",
.fops = &skel_fops,
- .mode = S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH,
.minor_base = USB_SKEL_MINOR_BASE,
};