android_kernel_xiaomi_sm8350/core/utils
Dustin Brown c70038b2de qcacld-3.0: 4.8 Kernel Migration - Remove VM_FAULT_MINOR
VM_FAULT_MINOR was finally removed in the 4.7 Linux Kernel. According
to the below documentation, we should be returning a bitmask. In this
case, we are not handling the fault and should return 0, which
happens to be what VM_FAULT_MINOR was defined as anyway.

"The vma's ->fault is responsible for returning a bitmask of
 VM_FAULT_xxx flags that give details about how the
 fault was handled.

Replace the reference to VM_FAULT_MINOR with 0.

Change-Id: Id1703a61b8798f307630ccdbb7b928799490413e
CRs-Fixed: 1078189
(cherry picked from commit 09dd4f4dfff7320a2312245f6952f56e5f322c6b)
2016-10-28 18:08:25 -07:00
..
epping qcacld-3.0: Remove redundant mem zero after malloc in DP/UTILS/CDS/WMA 2016-10-24 16:45:17 -07:00
fwlog qcacld-3.0: Replace DEBUG macro with WLAN_DEBUG 2016-10-19 10:45:28 -07:00
host_diag_log qcacld-3.0: Remove redundant mem zero after malloc in DP/UTILS/CDS/WMA 2016-10-24 16:45:17 -07:00
logging qcacld-3.0: Dump Tx/Rx packets during connection 2016-10-28 18:04:13 -07:00
nlink qcacld-3.0: Add NL event to indicate SSR shutdown is triggered 2016-09-26 04:49:39 -07:00
pktlog qcacld-3.0: 4.8 Kernel Migration - Remove VM_FAULT_MINOR 2016-10-28 18:08:25 -07:00
ptt qcacld-3.0: Add proper lengths to payload 2016-09-16 21:06:36 +05:30