OSDN Git Service

ath6kl: fix warning for using 0 as NULL
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 11 Jan 2017 16:31:30 +0000 (16:31 +0000)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 19 Jan 2017 13:14:52 +0000 (15:14 +0200)
commit96d179b517a91008f1e335a8c12533a952925ab3
treebec4016032dfec11bbc4d2ba546c60900d23f20f
parentcd59102779aca33e50967bdb6147334fb298d7ad
ath6kl: fix warning for using 0 as NULL

Fixes the following sparse warning:

drivers/net/wireless/ath/ath6kl/sdio.c:716:55: warning:
 Using plain integer as NULL pointer

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/sdio.c