From: Pavan Savoy Date: Fri, 10 Sep 2010 19:58:55 +0000 (-0400) Subject: staging: ti-st: fix kim platform device id X-Git-Tag: v2.6.37-rc1~60^2~3^2~567 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfb7ef7d84fa45270b0138dbe6ab4316b03cc724;p=pandora-kernel.git staging: ti-st: fix kim platform device id Platform devices tend to have id as -1 when only 1 device exist and a value >=0 when multiple devices exist, since we plan to store all these platform devices if multiple exist, there was a requirement to have id to be >=0. The patch fixes this problem. Signed-off-by: Pavan Savoy Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed