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:
108160d
)
staging: ath6kl: cleanup in SEND_FRAME ioctl
author
Dan Carpenter
<error27@gmail.com>
Sun, 20 Feb 2011 12:49:08 +0000
(15:49 +0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 23 Feb 2011 22:00:08 +0000
(14:00 -0800)
The original code was written in a funny way where every statement was
part of else if blocks. I broke them up into separate statements by
adding breaks on failure conditions.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Vipin Mehta <vipin.mehta@atheros.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found