Loading drivers/platform/msm/ipa/ipa_v3/ipahal/ipahal_fltrt.c +3 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1860,6 +1860,7 @@ static int ipa_fltrt_generate_hw_rule_bdy_from_eq( if (attrib->fl_eq_present) rest = ipa_write_32(attrib->fl_eq & 0xFFFFF, rest); if (extra) extra = ipa_pad_to_64(extra); rest = ipa_pad_to_64(rest); *buf = rest; Loading Loading
drivers/platform/msm/ipa/ipa_v3/ipahal/ipahal_fltrt.c +3 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1860,6 +1860,7 @@ static int ipa_fltrt_generate_hw_rule_bdy_from_eq( if (attrib->fl_eq_present) rest = ipa_write_32(attrib->fl_eq & 0xFFFFF, rest); if (extra) extra = ipa_pad_to_64(extra); rest = ipa_pad_to_64(rest); *buf = rest; Loading