dumbbell 49b200df0d fbd: Fix a bug where vt_fb_attach() success would be considered a failure
vt_fb_attach() currently always returns 0, but it could return a code
defined in errno.h. However, it doesn't return a CN_* code. So checking
its return value against CN_DEAD (which is 0) is incorrect, and in this
case, a success becomes a failure.

The consequence was unimportant, because the caller (drm_fb_helper.c)
would only log an error message in this case. The console would still
work.

Approved by:	nwhitehorn
2014-08-10 14:55:39 +00:00
..
2013-12-29 18:44:12 +00:00
2014-07-07 00:27:09 +00:00
2013-12-29 18:44:12 +00:00
2012-04-16 23:29:12 +00:00
2012-01-15 13:23:18 +00:00
2012-02-16 22:33:53 +00:00