commit | 690e781c5a3241d2366a3120ca410162da9c365e | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Fri May 14 16:50:56 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon May 24 15:07:42 2010 -0400 |
tree | bcdccde29f6df9d636c9e77360b250c255a363a6 | |
parent | 663cb47cc2c5acd32850f67d051e47d62ed199c9 [diff] |
ath9k_htc: dereferencing before check in hif_usb_tx_cb() After c11d8f89d3b7: "ath9k_htc: Simplify TX URB management" we no longer assume that tx_buf is a non-null pointer. Signed-off-by: Dan Carpenter <error27@gmail.com> Acked-by: Sujith <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>