commit | 417ddf86c8c499fada439b8ee89bb4c6f282ed6c | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Mar 22 14:43:37 2011 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Mar 23 13:14:18 2011 -0700 |
tree | b6b50e9eaaea9bc8e8a8e3cbdbfeac71b1b3dc88 | |
parent | 5f1e8ce75c19b0433aba6e0ea28937f1ee5d849e [diff] |
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>