From: Anton Vorontsov Date: Sun, 8 Aug 2010 14:14:22 +0000 (+0400) Subject: mmc_spi: Fix unterminated of_match_table X-Git-Tag: v2.6.36-rc1~72^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbe0f8348fd6c3d016a3f48756eb729b41a67c22;p=pandora-kernel.git 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 Signed-off-by: Grant Likely --- Reading git-diff-tree failed