]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/user.c
USB: new id for ti_usb_3410_5052 driver
[linux-2.6-omap-h63xx.git] / kernel / user.c
index 6608a3d8ca616712726911da18d35f6347e5ba45..477b6660f447e639a8b181d456c7c4e64e30b008 100644 (file)
@@ -104,6 +104,8 @@ static int sched_create_user(struct user_struct *up)
        if (IS_ERR(up->tg))
                rc = -ENOMEM;
 
+       set_tg_uid(up);
+
        return rc;
 }