From: Benjamin Herrenschmidt Date: Mon, 7 Jul 2008 06:39:50 +0000 (+1000) Subject: powerpc: Fix unterminated of_device_id array in legacy_serial.c X-Git-Tag: v2.6.26~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bc5ab9b7f2760d2892fd0a0589e1077e869d4f5;p=pandora-kernel.git powerpc: Fix unterminated of_device_id array in legacy_serial.c A recent patch to legacy_serial.c factored out some code by using the of_match_node() facility to match a node against an array of possible matches. However, the patch didn't properly terminate the array causing potential crashes in cases where no match is found. In addition, the name of the array was poorly chosen for a static symbol making debugging harder. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed