From: Sujith Manoharan Date: Mon, 10 Dec 2012 01:52:35 +0000 (+0530) Subject: ath9k_hw: Various trivial fixes for PAPRD X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~17^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36d2943ba738a601e29cbd86fa6ab6ac838f3905;p=pandora-kernel.git ath9k_hw: Various trivial fixes for PAPRD * Remove unneeded memset. All the values in the PAPRD gain table are filled, so there is no need to zero out the arrays. * Use GFP_KERNEL in ar9003_paprd_create_curve This is called from the PAPRD work, so the atomic variant is not needed. * Change return type of ar9003_paprd_setup_gain_table Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed