From bc2ff98ffa52d36b5df925a1f783ff2e035ed55e Mon Sep 17 00:00:00 2001 From: Julia Lawall Date: Mon, 30 Jul 2012 16:43:41 +0200 Subject: [PATCH] drivers/usb/host/ehci-tegra.c: use devm_ functions The various devm_ functions allocate memory that is released when a driver detaches. This patch uses these functions for data that is allocated in the probe function of a platform device and is only freed in the remove function. Signed-off-by: Julia Lawall Tested-by: Stephen Warren Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed