commit | 7e052d98f2bbcaaaa6d509081d78e600927cfe60 | [log] [tgz] |
---|---|---|
author | Bill Pemberton <wfp5p@virginia.edu> | Wed May 05 15:27:30 2010 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue May 11 11:36:12 2010 -0700 |
tree | e6e654fae01505b9bea73b52ea6d5f6df718d3e0 | |
parent | 75910f236a30bded00f078cab994f35a7171c39b [diff] |
Staging: hv: check return value of osd_PageAlloc() The return value of osd_PageAlloc() was checked using an ASSERT(). Change that to more useful behaviour. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>