spi: Add "spi:" prefix to modalias attribute of spi devices
authorGrant Likely <grant.likely@secretlab.ca>
Sun, 20 May 2012 06:08:13 +0000 (00:08 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Mon, 21 May 2012 02:14:48 +0000 (20:14 -0600)
The modalias attribute of spi devices doesn't have the "spi:" prefix
that is used in the UEVENT and in spi device drivers.  This patch adds
the prefix so the modprobe can correctly match modules to devices.

Reported-by: David Daney <david.daney@cavium.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

No differences found