From: Alan Stern Date: Mon, 14 Nov 2005 17:16:30 +0000 (-0500) Subject: [PATCH] USB: dummy_hcd: rename variables X-Git-Tag: v2.6.16-rc1~474^2~22^2~10^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8364d6b0be2dbbf162c6aea79615b5025a0d67c2;p=pandora-kernel.git [PATCH] USB: dummy_hcd: rename variables The recent platform_device update has reintroduced into dummy_hcd.c the dreaded dev->dev syndrome. This harkens back to when an earlier version of that driver included the unforgettable line: dev->dev.dev.driver_data = dev; This patch (as602) renames the platform_device variables to "pdev", in the hope of reducing confusion. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed