Dan Carpenter 45fd63293a mac80111: aes_ccm: cleanup ieee80211_aes_key_setup_encrypt()
This code is written using an anti-pattern called "success handling"
which makes it hard to read, especially if you are used to normal kernel
style.  It should instead be written as a list of directives in a row
with branches for error handling.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2015-03-30 10:40:03 +02:00
..
2015-01-27 11:07:35 +01:00
2015-01-27 11:09:13 +01:00
2015-01-27 11:09:13 +01:00
2014-11-04 13:18:21 +01:00
2014-04-09 14:49:43 +02:00
2014-07-21 12:14:04 +02:00
2015-03-20 11:37:36 +01:00
2014-04-29 17:59:27 +02:00
2014-04-09 14:49:43 +02:00
2015-03-30 10:19:13 +02:00
2014-11-04 13:18:21 +01:00
2014-11-28 15:01:51 +01:00
2015-03-20 11:37:36 +01:00
2013-12-18 10:33:06 +01:00