Module Name: src
Committed By: maya
Date: Fri Nov 3 18:49:37 UTC 2017
Modified Files:
src/sys/dev/wscons: wsdisplay.c
Log Message:
Use M_WAITOK if we aren't going to check for NULL before dereferencing
Same function already uses M_WAITOK unconditionally, so this is a safe change
While here, drop null check of M_WAITOK. it shouldn't fail.
To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 src/sys/dev/wscons/wsdisplay.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.