]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: remove an extra level of indirection in PCI ID list
authorJani Nikula <jani.nikula@intel.com>
Wed, 28 Oct 2015 17:33:09 +0000 (19:33 +0200)
committerJani Nikula <jani.nikula@intel.com>
Wed, 28 Oct 2015 17:37:19 +0000 (19:37 +0200)
commit5116f8921824df5bef77793a7e9f47fdc5809f15
tree2548534618ac754c98da0454d8fe03f84d12050f
parent083f02595a49b0eaf5bb7c38e48b51adfcfa3739
drm/i915: remove an extra level of indirection in PCI ID list

Add the PCI IDs directly in the pciidlist array instead of defining an
extra macro. The minor benefit from this is neater diffs when adding to
the end of the list.

v2: drop the "aka" comment (Ville)

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1446053589-21283-1-git-send-email-jani.nikula@intel.com
drivers/gpu/drm/i915/i915_drv.c