Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162273
b: refs/heads/master
c: 689bf40
h: refs/heads/master
i:
  162271: 7303ef8
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 15, 2009
1 parent a65d215 commit 0288c2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f4266e342527b4309119edde777bb9fbb4e0ef33
refs/heads/master: 689bf406829c8a5e44ebf8fc8918b77b3806ee48
5 changes: 5 additions & 0 deletions trunk/drivers/staging/hv/vmbus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -965,6 +965,11 @@ Desc: Final callback release of the vmbus root device
static void vmbus_bus_release(struct device *device)
{
DPRINT_ENTER(VMBUS_DRV);
/* FIXME */
/* Empty release functions are a bug, or a major sign
* of a problem design, this MUST BE FIXED! */
dev_err(device, "%s needs to be fixed!\n", __func__);
WARN_ON(1);
DPRINT_EXIT(VMBUS_DRV);
}

Expand Down

0 comments on commit 0288c2e

Please sign in to comment.