Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228265
b: refs/heads/master
c: bafbb8d
h: refs/heads/master
i:
  228263: 6c8e588
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Dec 2, 2010
1 parent cc57d90 commit 836a6d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cef6dbfa8ef6b8c474e020a24758aa848a2632fa
refs/heads/master: bafbb8df076de1e3b63914473a403fba96b88f3c
13 changes: 1 addition & 12 deletions trunk/drivers/staging/hv/vmbus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,15 +250,6 @@ static void vmbus_on_msg_dpc(struct hv_driver *drv)
}
}

/*
* vmbus_on_event_dpc - DPC routine to handle events from the hypervisior
*/
static void vmbus_on_event_dpc(struct hv_driver *drv)
{
/* TODO: Process any events */
VmbusOnEvents();
}

/*
* vmbus_on_isr - ISR routine
*/
Expand Down Expand Up @@ -1039,10 +1030,8 @@ static void vmbus_msg_dpc(unsigned long data)
*/
static void vmbus_event_dpc(unsigned long data)
{
struct hv_driver *driver = (struct hv_driver *)data;

/* Call to bus driver to handle interrupt */
vmbus_on_event_dpc(driver);
VmbusOnEvents();
}

static irqreturn_t vmbus_isr(int irq, void *dev_id)
Expand Down

0 comments on commit 836a6d3

Please sign in to comment.