Jean-Sébastien Pédron
2cf9e30b6e
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
..
2014-08-09 17:13:02 +00:00
2014-08-09 22:51:26 +00:00
2014-08-08 21:47:47 +00:00
2014-04-07 20:44:00 +00:00
2014-08-08 11:46:45 +00:00
2014-08-05 00:07:21 +00:00
2014-07-11 13:58:48 +00:00
2014-08-08 01:21:52 +00:00
2014-08-09 09:12:25 +00:00
2014-06-24 06:55:49 +00:00
2014-06-02 23:50:19 +00:00
2014-08-10 14:55:39 +00:00
2014-08-10 01:13:32 +00:00
2014-06-28 03:56:17 +00:00
2014-08-07 21:56:42 +00:00
2014-08-05 22:38:49 +00:00
2014-08-08 17:12:03 +00:00
2014-03-19 21:03:04 +00:00
2014-08-07 16:49:50 +00:00
2014-08-01 18:24:44 +00:00
2014-08-08 17:12:03 +00:00
2014-08-05 10:48:53 +00:00
2014-08-08 01:57:15 +00:00
2014-08-10 08:35:42 +00:00
2014-07-01 07:54:12 +00:00
2014-08-10 07:51:55 +00:00
2014-08-08 01:57:15 +00:00
2014-08-08 01:57:15 +00:00
2014-08-08 01:57:15 +00:00
2014-04-17 12:22:08 +00:00
2014-06-14 12:26:12 +00:00
2014-07-01 20:00:35 +00:00
2014-03-11 00:25:55 +00:00
2014-07-06 14:22:13 +00:00
2014-03-11 01:45:46 +00:00
2014-06-28 17:36:18 +00:00
2014-06-11 14:53:58 +00:00
2014-08-08 17:12:03 +00:00
2014-07-01 20:47:16 +00:00
2014-06-28 03:56:17 +00:00
2014-08-08 17:12:03 +00:00
2014-08-08 22:30:41 +00:00
2014-06-10 06:24:01 +00:00
2014-08-07 16:53:07 +00:00
2014-08-09 05:00:34 +00:00
2014-08-07 17:00:50 +00:00
2014-08-04 08:42:29 +00:00
2014-07-07 00:27:09 +00:00