diff options
author | Marc Kleine-Budde <mkl@pengutronix.de> | 2013-10-03 23:51:55 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-11-13 12:05:31 +0900 |
commit | e350ff50bcd46d650d56015a1416c622d057ec90 (patch) | |
tree | 173871c17288356e7abc4d010cfcb801c8b0d3aa /drivers/cpufreq/mperf.c | |
parent | 1a64b62db0883ba42db1c3860a8aa25aa398e020 (diff) | |
download | linux-3.10-e350ff50bcd46d650d56015a1416c622d057ec90.tar.gz linux-3.10-e350ff50bcd46d650d56015a1416c622d057ec90.tar.bz2 linux-3.10-e350ff50bcd46d650d56015a1416c622d057ec90.zip |
can: flexcan: fix mx28 detection by rearanging OF match table
commit e358784297992b012e8071764d996191dd2b1a54 upstream.
The current implemetation of of_match_device() relies that the of_device_id
table in the driver is sorted from most specific to least specific compatible.
Without this patch the mx28 is detected as the less specific p1010. This leads
to a p1010 specific workaround is activated on the mx28, which is not needed.
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/cpufreq/mperf.c')
0 files changed, 0 insertions, 0 deletions