Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197309
b: refs/heads/master
c: a3810b0
h: refs/heads/master
i:
  197307: 3de6775
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 0cf7f47 commit 53b92b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: a16e1485c758c236915ac1956694d11bff5e5daa
refs/heads/master: a3810b0ef61d23f37ace99ed0fb180b62fcb3f68
6 changes: 3 additions & 3 deletions trunk/drivers/staging/hv/vmbus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ static void vmbus_msg_dpc(unsigned long data)

DPRINT_ENTER(VMBUS_DRV);

ASSERT(vmbus_drv_obj->OnMsgDpc != NULL);
/* ASSERT(vmbus_drv_obj->OnMsgDpc != NULL); */

/* Call to bus driver to handle interrupt */
vmbus_drv_obj->OnMsgDpc(&vmbus_drv_obj->Base);
Expand All @@ -940,7 +940,7 @@ static void vmbus_event_dpc(unsigned long data)

DPRINT_ENTER(VMBUS_DRV);

ASSERT(vmbus_drv_obj->OnEventDpc != NULL);
/* ASSERT(vmbus_drv_obj->OnEventDpc != NULL); */

/* Call to bus driver to handle interrupt */
vmbus_drv_obj->OnEventDpc(&vmbus_drv_obj->Base);
Expand All @@ -955,7 +955,7 @@ static irqreturn_t vmbus_isr(int irq, void *dev_id)

DPRINT_ENTER(VMBUS_DRV);

ASSERT(vmbus_driver_obj->OnIsr != NULL);
/* ASSERT(vmbus_driver_obj->OnIsr != NULL); */

/* Call to bus driver to handle interrupt */
ret = vmbus_driver_obj->OnIsr(&vmbus_driver_obj->Base);
Expand Down

0 comments on commit 53b92b6

Please sign in to comment.