projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
370eb29
)
Staging: me4000: use tabs for code indentation
author
Andre Haupt
<
[email protected]
>
Mon, 26 Jan 2009 15:12:24 +0000
(16:12 +0100)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 3 Apr 2009 21:53:25 +0000
(14:53 -0700)
Signed-off-by: Andre Haupt <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/me4000/me4000.c
patch
|
blob
|
history
diff --git
a/drivers/staging/me4000/me4000.c
b/drivers/staging/me4000/me4000.c
index be8ffefb9c3528ca5ca5f309a45280d455a5468e..2c448b44b3818b1feb348a55d193004f6f28ec0f 100644
(file)
--- a/
drivers/staging/me4000/me4000.c
+++ b/
drivers/staging/me4000/me4000.c
@@
-2205,7
+2205,7
@@
static int me4000_ao_ioctl_sing(struct inode *inode_p, struct file *file_p,
case ME4000_AO_SIMULTANEOUS_UPDATE:
return
me4000_ao_simultaneous_update(
- (struct me4000_ao_channel_list *)arg,
+ (struct me4000_ao_channel_list *)arg,
ao_context);
case ME4000_AO_EX_TRIG_TIMEOUT:
return me4000_ao_ex_trig_timeout((unsigned long *)arg,
@@
-2681,11
+2681,11
@@
static int me4000_ao_preload_update(struct me4000_ao_context *ao_context)
(tmp &
(0x1 <<
(((struct me4000_ao_context *)entry)->index
- + 16)))) {
+ + 16)))) {
tmp &=
~(0x1 <<
(((struct me4000_ao_context *)entry)->
- index));
+ index));
}
}
}