From: Jingoo Han Date: Thu, 23 May 2013 10:19:22 +0000 (+0900) Subject: usb: gadget: use platform_{get,set}_drvdata() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~78^2~60^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dae8eadf2a8a125dbbfc067a7ff16cf600b1023b;p=pandora-kernel.git usb: gadget: 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 &pdev->dev, so we can directly pass a struct platform_device. Signed-off-by: Jingoo Han Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed