]> git.baikalelectronics.ru Git - kernel.git/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)
commit65639475ff454fc7b8324395e57ada9611558623
tree24ecd8c453246313abbf3fff4f2581c40a764e35
parent1386d2af13b0b2ba423da1adf79ceabb7ea834e9
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