From: Vitaly Bordug Date: Mon, 3 Apr 2006 11:26:32 +0000 (+0400) Subject: [PATCH] ppc32: Fix string comparing in platform_notify_map X-Git-Tag: v2.6.17-rc2~16^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=132058f78a1bc8cce2c5a40245365938d51832fe;p=pandora-kernel.git [PATCH] ppc32: Fix string comparing in platform_notify_map Fixed odd function behavior when dev->bus_id does not contain '.' - it compared that case 0 characters of the string and hereby reported success and executed callback. Now bus_id's are compared correctly, extra callback triggering eliminated. Signed-off-by: Vitaly Bordug Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed