]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/bios: merge parse_device_mapping() into parse_general_definitions()
authorJani Nikula <jani.nikula@intel.com>
Thu, 28 Sep 2017 08:22:02 +0000 (11:22 +0300)
committerJani Nikula <jani.nikula@intel.com>
Tue, 10 Oct 2017 06:06:10 +0000 (09:06 +0300)
commit61fac1128bb629121c16b749ea5e180b450fe5ba
tree2e2ef3e1f4adb64c96123fa51464b390b831de25
parentfe2c386cb1a8c01c0cd755026062bbee022ccd48
drm/i915/bios: merge parse_device_mapping() into parse_general_definitions()

They're both parsing the same block, and there's no need for them to be
split. The former also benefits from the range checks in the latter.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/64a292606ecbb0b8602e6c5523c5746573ec3944.1506586821.git.jani.nikula@intel.com
drivers/gpu/drm/i915/intel_bios.c