]> git.karo-electronics.de Git - karo-tx-linux.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)
commit3cb27f38f2075964bedc5cafb6b25518809180be
tree2548534618ac754c98da0454d8fe03f84d12050f
parent608c1a526c99d1858b02d035657e28c9837667a5
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