commit | fbe0f8348fd6c3d016a3f48756eb729b41a67c22 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@mvista.com> | Sun Aug 08 18:14:22 2010 +0400 |
committer | Grant Likely <grant.likely@secretlab.ca> | Sun Aug 08 08:57:24 2010 -0600 |
tree | 2ebae9492ecedf94a6d0a016ca8ce31828092aa6 | |
parent | 19e4875fb21a69fbf620e84769a74d189c69c58d [diff] |
mmc_spi: Fix unterminated of_match_table commit 2ffe8c5f323c3b9749bf7bc2375d909d20bdbb15 ("of: refactor of_modalias_node() and remove explicit match table"), introduced an unterminated of_match_table, which may cause kernel to oops. This patch fixes the issue by adding an empty device ID. Signed-off-by: Anton Vorontsov <avorontsov@mvista.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>