[FIX] US Manager: kmalloc GFP flag
authorAlexander Aksenov <a.aksenov@samsung.com>
Tue, 8 Sep 2015 10:28:58 +0000 (13:28 +0300)
committerAlexander Aksenov <a.aksenov@samsung.com>
Sat, 12 Sep 2015 10:28:44 +0000 (13:28 +0300)
commit64335e091b2816a55fac4268232320ab192439b5
treed7fbef6eb8d6101a50efbe9d273349f781f36366
parent20d0ad20467eb1293183368358aafc1d5f921b5c
[FIX] US Manager: kmalloc GFP flag

In pfg_create()
   create_img_proc()
   create_img_file()
   create_img_ip()

kmalloc(..., GFP_KERNEL) -> kmalloc(..., GFP_ATOMIC)

cause called only spinlocks.

Change-Id: I0a8b4a5c132b9c76e54515ec75f80c807b2128ad
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
us_manager/img/img_file.c
us_manager/img/img_ip.c
us_manager/img/img_proc.c
us_manager/pf/pf_group.c