diff options
author | Shahar S Matityahu <shahar.s.matityahu@intel.com> | 2018-11-26 11:19:00 +0200 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2019-01-29 16:10:33 +0200 |
commit | 07a44b322397b1a5e8c96ceef8ce352fe79ac7ee (patch) | |
tree | 501b6c2046c0c5af2246a8a38b8a0ca493f472c9 /fs/proc | |
parent | 40ecdd01d46e67fddff4407f7c37554d9640d1ea (diff) |
iwlwifi: dbg_ini: allocate dram buffer with proper flags
Use the same flags we use in the legacy buffer allocation.
Missing __GFP_NOWARN will cause an unwanted warning incase
we fail to allocate.
Missing __GFP_ZERO will give a buffer initially filled with
garbage which can make debug difficult in case our wrap count is zero.
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com>
Fixes: d47902f9f71d ("iwlwifi: dbg: add apply point logic")
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'fs/proc')
0 files changed, 0 insertions, 0 deletions