From: Greg Kroah-Hartman Date: Wed, 2 Sep 2009 03:12:58 +0000 (-0700) Subject: Staging: hv: warn the world of a bug in the release function X-Git-Tag: v2.6.32-rc1~668^2~302 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=689bf406829c8a5e44ebf8fc8918b77b3806ee48;p=pandora-kernel.git Staging: hv: warn the world of a bug in the release function All device release functions need to do something, if not, it's a bug. By merely providing an "empty" release function, it gets the kernel to shut up, but that's not solving the problem at all. Stick a big fat WARN_ON(1); in there to get people's attention. Cc: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed