Also:
drivers/staging/unisys/visorbus/visorchipset.c
2239 rc = queue_delayed_work(periodic_controlvm_workqueue,
2240 &periodic_controlvm_work, poll_jiffies);
2241 if (rc < 0) {
2242 POSTCODE_LINUX_2(QUEUE_DELAYED_WORK_PC,
2243 DIAG_SEVERITY_ERR);
2244 goto cleanup;
2245 }regards, dan carpenter _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
