From: Paul Mundt Date: Wed, 30 Jul 2008 05:33:43 +0000 (-0700) Subject: USB: m66592-udc: Fix up dev_set_name() badness. X-Git-Tag: v2.6.27-rc2~171 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=836e4b14b41d19d17341a2dd2c49af8dd54e3aac;p=pandora-kernel.git USB: m66592-udc: Fix up dev_set_name() badness. Commit 0031a06e2f07ab0d1bc98c31dbb6801f95f4bf01 converted all of the USB drivers to use dev_set_name(), though there was a typo on the m66592-udc conversion that handed off the wrong pointer (we want the struct device here obviously, not the struct usb_gadget). Signed-off-by: Paul Mundt Cc: Kay Sievers Cc: Greg Kroah-Hartman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed