Ahem, we're printing this return value: * Dan Carpenter <error27@xxxxxxxxx>: > - if ((ret = copy_from_user(&size, p, sizeof(int)))) { ^^^ > + if (copy_from_user(&size, p, sizeof(int))) { > printk(KERN_ERR"isar_load_firmware copy_from_user ret %d\n", ret); ^^^ > - return ret; > + return -EFAULT; Cheers, Nicolas Kaiser -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html