Re: [PATCH] mmc_spi: Fix unterminated of_match_table

2010-08-08 Thread Grant Likely
On Sun, Aug 8, 2010 at 8:14 AM, Anton Vorontsov wrote: > 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 e

[PATCH] mmc_spi: Fix unterminated of_match_table

2010-08-08 Thread Anton Vorontsov
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 --- drivers/mmc