projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae2d4c3
)
stallion: removed unused variable
author
Andre Haupt
<andre@bitwigglers.org>
Thu, 24 Jul 2008 04:29:51 +0000
(21:29 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 24 Jul 2008 17:47:30 +0000
(10:47 -0700)
Signed-off-by: Andre Haupt <andre@bitwigglers.org>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/stallion.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/stallion.c
b/drivers/char/stallion.c
index b976248e10727dd7f8e8610dc02da65efa064828..19db1eb87c26fa22eb9e4f17d8b6ec384e6c021b 100644
(file)
--- a/
drivers/char/stallion.c
+++ b/
drivers/char/stallion.c
@@
-1256,7
+1256,6
@@
static int stl_tiocmset(struct tty_struct *tty, struct file *file,
static int stl_ioctl(struct tty_struct *tty, struct file *file, unsigned int cmd, unsigned long arg)
{
struct stlport *portp;
- unsigned int ival;
int rc;
void __user *argp = (void __user *)arg;