From: Silviu-Mihai Popescu <silviupopescu1990@xxxxxxxxx> Date: Tue, 12 Mar 2013 20:13:15 +0200 > @@ -590,10 +590,7 @@ int __init bt_sysfs_init(void) > bt_debugfs = debugfs_create_dir("bluetooth", NULL); > > bt_class = class_create(THIS_MODULE, "bluetooth"); > - if (IS_ERR(bt_class)) > - return PTR_ERR(bt_class); > - > - return 0; > + return PTR_RET(bt_class) Don't bother submitting patches you aren't even going to try to compile. I'm rejecting all of your current submissions. Resubmit them when you feel like typing 'make' from time to time. -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html