Loading drivers/platform/msm/ipa/ipa_api.c +1 −1 Original line number Diff line number Diff line Loading @@ -350,7 +350,7 @@ u8 *ipa_pad_to_32(u8 *dest) return dest; } i = (long)dest & 0x7; i = (long)dest & 0x3; if (i) for (j = 0; j < (4 - i); j++) Loading Loading
drivers/platform/msm/ipa/ipa_api.c +1 −1 Original line number Diff line number Diff line Loading @@ -350,7 +350,7 @@ u8 *ipa_pad_to_32(u8 *dest) return dest; } i = (long)dest & 0x7; i = (long)dest & 0x3; if (i) for (j = 0; j < (4 - i); j++) Loading