projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01fdaab
)
mfd: Remove twl4030-irq trailing whitespaces
author
Felipe Balbi
<balbi@ti.com>
Thu, 30 Jun 2011 09:51:04 +0000
(12:51 +0300)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Mon, 24 Oct 2011 12:09:11 +0000
(14:09 +0200)
trivial patch, no functional changes.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/twl4030-irq.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/twl4030-irq.c
b/drivers/mfd/twl4030-irq.c
index 8a7ee3139b86fda3bded6748e572893d37b577fb..7be97cb2075dae36b71b131c75e0570b92a0ab2e 100644
(file)
--- a/
drivers/mfd/twl4030-irq.c
+++ b/
drivers/mfd/twl4030-irq.c
@@
-620,7
+620,7
@@
static int twl4030_sih_set_type(struct irq_data *data, unsigned trigger)
static struct irq_chip twl4030_sih_irq_chip = {
.name = "twl4030",
- .irq_mask = twl4030_sih_mask,
+ .irq_mask = twl4030_sih_mask,
.irq_unmask = twl4030_sih_unmask,
.irq_set_type = twl4030_sih_set_type,
};