From: Johannes Berg Date: Tue, 28 Oct 2008 15:59:57 +0000 (+0100) Subject: ath9k: remove useless NULL initialisers X-Git-Tag: v2.6.29-rc1~581^2~742^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5704bf0ba4bb2ca54a1c74f6a6dca53dfccc33d;p=pandora-kernel.git ath9k: remove useless NULL initialisers When I added .set_frag_threshold I didn't realise it was already there which now generated a sparse warning. Therefore, remove the .set_frag_threshold NULL initialiser, and while at it all the other useless ones. Signed-off-by: Johannes Berg Acked-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed