]> git.baikalelectronics.ru Git - kernel.git/commit
USB: m66592-udc: Fix up dev_set_name() badness.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 30 Jul 2008 05:33:43 +0000 (22:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 30 Jul 2008 16:41:46 +0000 (09:41 -0700)
commitfc7027d264202c1a69938822b8a6f3abc5f62ee1
treec01c3be5f07e6e952b054e43a7b92b84fba7a52d
parentadb479ccb87e1eac686a834abfc9be36ffeb7bba
USB: m66592-udc: Fix up dev_set_name() badness.

Commit 181d74634ca0745b6705f6a552075981d0b80820 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 <lethal@linux-sh.org>
Cc: Kay Sievers <kay.sievers@vrfy.org>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/usb/gadget/m66592-udc.c