usb: musb: blackfin: fix typo in platform driver name
authorMike Frysinger <vapier@gentoo.org>
Tue, 22 Mar 2011 18:43:37 +0000 (14:43 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 Mar 2011 20:14:18 +0000 (13:14 -0700)
commit417ddf86c8c499fada439b8ee89bb4c6f282ed6c
treeb6b50e9eaaea9bc8e8a8e3cbdbfeac71b1b3dc88
parent5f1e8ce75c19b0433aba6e0ea28937f1ee5d849e
usb: musb: blackfin: fix typo in platform driver name

The modularization of the Blackfin driver set the name to "musb-blackfin"
in all the boards, but "musb-bfin" in the driver itself.  Since the driver
file name uses "blackfin", change the driver to "musb-blackfin".  This is
also easier as it's only one file to change.

Cc: stable@kernel.org
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/blackfin.c