From: Dan Carpenter Date: Sun, 20 Feb 2011 12:49:08 +0000 (+0300) Subject: staging: ath6kl: cleanup in SEND_FRAME ioctl X-Git-Tag: v2.6.39-rc1~469^2~461 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=253804a25b45aad7bf4f63483f7c7b1d14ab49e2;p=pandora-kernel.git staging: ath6kl: cleanup in SEND_FRAME ioctl 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 Acked-by: Vipin Mehta Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed