commit | 689bf406829c8a5e44ebf8fc8918b77b3806ee48 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Tue Sep 01 20:12:58 2009 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Sep 15 12:02:02 2009 -0700 |
tree | 6afec7c8b003a8f581826f7ce400dd1ac26d69a6 | |
parent | f4266e342527b4309119edde777bb9fbb4e0ef33 [diff] |
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 <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>