Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320731
b: refs/heads/master
c: 20ed3ef
h: refs/heads/master
i:
  320729: a304a29
  320727: fe2b11a
v: v3
  • Loading branch information
Theodore Ts'o committed Jul 19, 2012
1 parent 19a4809 commit ffa6efb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 89c30f161cd03d9baa4c88105b0449ce7025d713
refs/heads/master: 20ed3ef7f3e39cb18fb64acc61aa40a74a9c7e19
3 changes: 1 addition & 2 deletions trunk/drivers/hv/vmbus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,7 @@ static int vmbus_bus_init(int irq)
if (ret)
goto err_cleanup;

ret = request_irq(irq, vmbus_isr, IRQF_SAMPLE_RANDOM,
driver_name, hv_acpi_dev);
ret = request_irq(irq, vmbus_isr, 0, driver_name, hv_acpi_dev);

if (ret != 0) {
pr_err("Unable to request IRQ %d\n",
Expand Down

0 comments on commit ffa6efb

Please sign in to comment.