projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
269647d
)
Blackfin arch: clean up sports header file
author
Mike Frysinger
<vapier.adi@gmail.com>
Sat, 28 Mar 2009 12:38:17 +0000
(20:38 +0800)
committer
Bryan Wu
<cooloney@kernel.org>
Sat, 28 Mar 2009 12:38:17 +0000
(20:38 +0800)
Remove redundancy of the name err_irq
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/include/asm/bfin_sport.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/blackfin/include/asm/bfin_sport.h
b/arch/blackfin/include/asm/bfin_sport.h
index d4169590e757d6416e043ddca7ea899bfc370fac..b558908e1c794fea61e06f57a6b2ff0f8a30f378 100644
(file)
--- a/
arch/blackfin/include/asm/bfin_sport.h
+++ b/
arch/blackfin/include/asm/bfin_sport.h
@@
-126,7
+126,7
@@
struct sport_dev {
int tx_len;
int tx_sent;
- int
sport_
err_irq;
+ int err_irq;
struct mutex mutex; /* mutual exclusion semaphore */
struct task_struct *task;