From: Jean Delvare Date: Sun, 9 Sep 2007 10:54:16 +0000 (+0200) Subject: Driver core: Make platform_device.id an int X-Git-Tag: v2.6.24-rc1~1394^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1359555eb77d240b7c1d7ee75bb07e89e89770e4;p=pandora-kernel.git Driver core: Make platform_device.id an int While platform_device.id is a u32, platform_device_add() handles "-1" as a special id value. This has potential for confusion and bugs. Making it an int instead should prevent problems from happening in the future. Signed-off-by: Jean Delvare Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed