PERFORCE change 116278 for review

John Baldwin jhb at FreeBSD.org
Wed Mar 21 19:33:16 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=116278

Change 116278 by jhb at jhb_mutex on 2007/03/21 19:32:31

	Fix a mismerge.

Affected files ...

.. //depot/projects/smpng/sys/kern/subr_firmware.c#17 edit

Differences ...

==== //depot/projects/smpng/sys/kern/subr_firmware.c#17 (text+ko) ====

@@ -372,8 +372,6 @@
 		 */
 		if (err == 0)
 			fp->file = NULL; 
-		else if (fp->file)
-			taskqueue_enqueue(taskqueue_thread, &firmware_task);
 	}
 	mtx_unlock(&firmware_mtx);
 }


More information about the p4-projects mailing list