Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31629
b: refs/heads/master
c: 935f6e3
h: refs/heads/master
i:
  31627: a6d114a
v: v3
  • Loading branch information
Thomas Gleixner authored and Linus Torvalds committed Jul 2, 2006
1 parent b2bb674 commit 67479db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0f2ed4c6bae23d2b7ef0ea2d272377e3de700c0c
refs/heads/master: 935f6e3abc76e868de1acbd76cf9b760e66cf237
2 changes: 1 addition & 1 deletion trunk/drivers/char/drm/drm_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ static int drm_irq_install(drm_device_t * dev)

/* Install handler */
if (drm_core_check_feature(dev, DRIVER_IRQ_SHARED))
sh_flags = SA_SHIRQ;
sh_flags = IRQF_SHARED;

ret = request_irq(dev->irq, dev->driver->irq_handler,
sh_flags, dev->devname, dev);
Expand Down

0 comments on commit 67479db

Please sign in to comment.