]> Pileus Git - ~andy/linux/commit
spi: sh-hspi: Fix modalias for sh-hspi
authorAxel Lin <axel.lin@ingics.com>
Wed, 8 Jan 2014 10:52:40 +0000 (18:52 +0800)
committerMark Brown <broonie@linaro.org>
Wed, 8 Jan 2014 12:14:22 +0000 (12:14 +0000)
commitcaedb997a400ab50da201dd415c3ef7cce016437
tree24ecd8c453246313abbf3fff4f2581c40a764e35
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae
spi: sh-hspi: Fix modalias for sh-hspi

Make the modalias matches the driver name.
Seems the MODULE_ALIAS is copied from drivers/spi/spi-sh-spi.c.
So both spi-sh.ko and spi-sh-hspi.ko have the same alias. Fix it.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-sh-hspi.c