staging: ath6kl: cleanup in SEND_FRAME ioctl
authorDan Carpenter <error27@gmail.com>
Sun, 20 Feb 2011 12:49:08 +0000 (15:49 +0300)
committerGreg 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