From: Ming Lei Date: Fri, 27 Mar 2009 13:50:00 +0000 (+0800) Subject: driver core: fix driver_match_device X-Git-Tag: v2.6.30-rc3~59^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5247aecfe62266ffdedf2fc9e4243638554455b6;p=pandora-kernel.git driver core: fix driver_match_device This patch fixes a bug introduced in commit 49b420a13ff95b449947181190b08367348e3e1b. If a instance of bus_type doesn't have .match method, all .probe of drivers in the bus should be called, or else the .probe have not a chance to be called. Signed-off-by: Ming Lei Reported-by: Guennadi Liakhovetski Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed