From: Bill Pemberton Date: Tue, 28 Jul 2009 17:46:22 +0000 (-0400) Subject: Staging: hv: check return value of driver_for_each_device() X-Git-Tag: v2.6.32-rc1~668^2~412 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2295ba2e7c4141e864f66830b07e635245233a3d;p=pandora-kernel.git Staging: hv: check return value of driver_for_each_device() The return value of driver_for_each_device() is now checked. A non-zero value simply generates a warning message, but it's better than not checking at all. Signed-off-by: Bill Pemberton Cc: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed