commit | d8e328b3bd65fdefc9c49a27ee80c28e0a44b653 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Sun May 20 00:08:13 2012 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Sun May 20 20:14:48 2012 -0600 |
tree | 2e84c82115893477753dabb4d882b50aa46815d9 | |
parent | 1e8a52e18cfb381bc9cc1f0b720540364d2a6edd [diff] |
spi: Add "spi:" prefix to modalias attribute of spi devices 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>