]> 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)
commita728fae29aedc3feac5aaeb5ece39790db2f32f2
tree2548534618ac754c98da0454d8fe03f84d12050f
parentb4a98e2fe1feb8a67a9ce54c51c5ff8781fbafad
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