[RAMEN9610-12257][COMMON][MODAP-18889] Change alloc type GFP_KERNEL -> GFP_ATOMIC
authorJiyoung Jeong <ji_0.jeong@samsung.com>
Mon, 18 Feb 2019 04:23:06 +0000 (13:23 +0900)
committerhskang <hs1218.kang@samsung.com>
Wed, 20 Feb 2019 01:00:28 +0000 (10:00 +0900)
Change-Id: I7ff09d8a728c02e5687c448f380302d073d41538
Signed-off-by: Jiyoung Jeong <ji_0.jeong@samsung.com>
drivers/misc/modem_if/modem_io_device.c

index ed35b644d4181ff36df494bd9c4c3a239596a297..1bf360d7bd553761dda1aaf506e398c607d0aa57 100644 (file)
@@ -254,7 +254,7 @@ static int gather_multi_frame(struct exynos_link_header *hdr,
                }
                mif_info("Total multi-frame packet size is %d\n", total_len);
 
-               skb_new = alloc_skb(total_len, GFP_KERNEL);
+               skb_new = alloc_skb(total_len, GFP_ATOMIC);
                if (unlikely(skb_new == NULL)) {
                        mif_err("ERR - alloc_skb fail\n");
                        skb_queue_purge(multi_q);