https://github.com/torvalds/linux
Revision 4e0203ba11e735694600d7c704d7d56f069f9eb6 authored by Pei Zhang on 23 December 2016, 15:55:08 UTC, committed by Zhenyu Wang on 26 December 2016, 02:05:11 UTC
PCI basic config space's size is 256 bytes. When check if access crosses
space range, should use "> 256".

Signed-off-by: Pei Zhang <pei.zhang@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
1 parent 3470063
Raw File
Tip revision: 4e0203ba11e735694600d7c704d7d56f069f9eb6 authored by Pei Zhang on 23 December 2016, 15:55:08 UTC
drm/i915/gvt: fix typo in cfg_space range check
Tip revision: 4e0203b
.gitattributes
*.c   diff=cpp
*.h   diff=cpp
back to top