commit | 8364d6b0be2dbbf162c6aea79615b5025a0d67c2 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Mon Nov 14 12:16:30 2005 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jan 04 13:48:31 2006 -0800 |
tree | f7511fe4a6b7ee39d4e8126712a7112dd1e2659a | |
parent | a4f81a61ebba5953cba1e76f66423a7eca4a5ee4 [diff] |
[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 <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>