Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271321
b: refs/heads/master
c: f8c6bf6
h: refs/heads/master
i:
  271319: 3581a6e
v: v3
  • Loading branch information
Timur Tabi authored and Florian Tobias Schandinat committed Sep 18, 2011
1 parent 5fc6010 commit 61ebf4f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bada04fcda8bd2a2bfd5519a6a7265ec9896b435
refs/heads/master: f8c6bf6ae677663adbf91b882755e3f757fb1669
4 changes: 2 additions & 2 deletions trunk/drivers/video/fsl-diu-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ static int request_irq_local(int irq)
/* Read to clear the status */
in_be32(&hw->int_status);

ret = request_irq(irq, fsl_diu_isr, 0, "diu", NULL);
ret = request_irq(irq, fsl_diu_isr, 0, "fsl-diu-fb", NULL);
if (!ret) {
ints = INT_PARERR | INT_LS_BF_VS;
#if !defined(CONFIG_NOT_COHERENT_CACHE)
Expand Down Expand Up @@ -1634,7 +1634,7 @@ MODULE_DEVICE_TABLE(of, fsl_diu_match);

static struct platform_driver fsl_diu_driver = {
.driver = {
.name = "fsl_diu",
.name = "fsl-diu-fb",
.owner = THIS_MODULE,
.of_match_table = fsl_diu_match,
},
Expand Down

0 comments on commit 61ebf4f

Please sign in to comment.