Changeset 469 for trunk/openmct/packages/system/linux/patches/001-mct.patch
- Timestamp:
- 10/03/07 16:47:25 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/openmct/packages/system/linux/patches/001-mct.patch
r467 r469 819 819 + ret = exec_usermodehelper(reset_path, argv, envp); 820 820 + if (ret) { 821 + printk("kmod: failed to exec %s\n",reset_path); 821 + printk(KERN_ERR 822 + "kmod: failed to exec %s\n", 823 + reset_path); 822 824 + } 823 825 + return ret;
