From fd666348c51f6ab66410c98a149e0418b9a258f0 Mon Sep 17 00:00:00 2001 From: Himangi Saraogi Date: Fri, 20 Jun 2014 23:11:23 +0530 Subject: [PATCH] usb: host: xhci-plat: use devm_functions This patch introduces the use of managed interface devm_ioremap_resource for ioremap_nocache and request_mem_region and removes the corresponding free functions in the probe and remove functions. Signed-off-by: Himangi Saraogi Acked-by: Julia Lawall Reviewed-by: Felipe Balbi Acked-by: Felipe Balbi Cc: Mathias Nyman Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed