git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bb75ae
)
[PATCH] USB: drivers/serial/usb-serial: Remove unneeded void * casts
author
Tobias Klauser
<tklauser@nuerscht.ch>
Mon, 4 Jul 2005 17:32:51 +0000
(19:32 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 8 Sep 2005 23:22:16 +0000
(16:22 -0700)
The following patch removes unneeded casts for the following (void *) pointers:
- tty_struct->driver_data
- void *private argument of usb_serial_port_softint()
Signed-off-by: Tobias Klauser <tklauser@nuerscht.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found