Loading
soc: qcom: rpm: Change driver memory allocation to use GFP_NOFS
When a filesystem driver calls into makes a RPM request, RPM driver
makes a kzalloc request with GFP_KERNEL flag. This results in a deadlock
if a driver waiting on IO completion sends a RPM message.
Change memory allocation in the RPM driver to use GFP_NOFS.
Change-Id: Ic10b4d45ee9097c419d39b48b3aef6d3b41045e6
Signed-off-by:
Mahesh Sivasubramanian <msivasub@codeaurora.org>