From 9b1b0162e9aed89e2ac0a9f01157a6046b896337 Mon Sep 17 00:00:00 2001 From: Libo Chen Date: Fri, 30 Aug 2013 11:23:15 +0800 Subject: [PATCH] usb: r8a66597-hcd: use platform_{get,set}_drvdata() Use the wrapper functions for getting and setting the driver data using platform_device instead of using dev_{get,set}_drvdata() with &of->dev, so we can directly pass a struct platform_device. Signed-off-by: Libo Chen Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed