Module Name: src Committed By: plunky Date: Thu Apr 5 20:25:53 UTC 2012
Modified Files: src/sys/dev: midi.c midivar.h Log Message: midi_attach() does not actually ever use the parent device pointer, so no need to store it in sc_dev. Further, remove the sc_dev field entirely since it is easily confused with the dev field, which is the 'self' device pointer. Fix the comment. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/dev/midi.c cvs rdiff -u -r1.18 -r1.19 src/sys/dev/midivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.