Linus Torvalds
0baab4fd6d
i915: fix compiler warning
...
The last i915 drm update brought with it this annoying warning
drivers/gpu/drm/i915/intel_crt.c: In function ‘intel_crt_get_config’:
drivers/gpu/drm/i915/intel_crt.c:110:21: warning: unused variable ‘dev’ [-Wunused-variable]
struct drm_device *dev = encoder->base.dev;
^
introduced by commit 7195a50b5c7e ("drm/i915: Add HSW CRT output readout
support").
Remove the offending pointless variable.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2013-10-31 15:28:23 -07:00
..
2013-07-25 16:10:22 +02:00
2013-09-03 11:12:28 +02:00
2013-10-11 15:19:22 +10:00
2013-10-18 15:44:47 +02:00
2013-10-18 15:44:47 +02:00
2013-08-08 14:06:58 +02:00
2013-08-09 10:45:52 +02:00
2013-09-03 19:17:58 +02:00
2013-08-23 14:52:21 +02:00
2013-09-03 19:18:01 +02:00
2013-10-18 15:44:47 +02:00
2013-09-05 14:49:50 +02:00
2013-08-08 14:04:20 +02:00
2013-09-26 00:31:51 +02:00
2013-09-24 09:36:40 +02:00
2013-09-09 11:26:03 +02:00
2013-10-18 15:44:47 +02:00
2013-07-18 12:03:29 +02:00
2013-09-03 11:10:55 +02:00
2013-08-08 14:04:20 +02:00
2013-06-10 19:54:14 +02:00
2013-08-05 19:04:05 +02:00
2013-05-10 21:56:46 +02:00
2013-04-18 09:43:31 +02:00
2013-10-31 15:28:23 -07:00
2013-10-28 17:48:24 +01:00
2013-10-29 13:52:56 +01:00
2013-10-28 17:48:30 +01:00
2013-10-28 17:48:24 +01:00
2013-09-12 00:37:00 +02:00
2013-08-06 20:08:50 +02:00
2013-08-30 09:47:41 +10:00
2013-08-23 14:52:33 +02:00
2013-10-28 17:48:30 +01:00
2013-01-20 13:09:44 +01:00
2013-09-06 09:41:20 +02:00
2013-08-05 19:04:09 +02:00
2013-09-08 21:59:13 +02:00
2013-10-15 09:33:44 +02:00
2013-09-03 19:17:55 +02:00
2013-09-03 19:17:55 +02:00
2012-10-24 15:12:48 +02:00
2013-09-12 00:36:59 +02:00
2013-05-23 23:25:42 +02:00
2013-09-03 19:17:57 +02:00
2013-09-24 20:38:59 +02:00
2013-09-03 11:10:54 +02:00
2013-07-25 15:21:50 +02:00