From: Mike Frysinger Date: Tue, 22 Mar 2011 18:43:37 +0000 (-0400) Subject: usb: musb: blackfin: fix typo in platform driver name X-Git-Tag: v2.6.39-rc1~85^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=417ddf86c8c499fada439b8ee89bb4c6f282ed6c;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed