Home
last modified time | relevance | path

Searched hist:"226746 fd12013b80ef16eceb9081012d2a6efcc0" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dphy.cdiff 226746fd12013b80ef16eceb9081012d2a6efcc0 Wed May 29 02:54:38 CDT 2019 Yan-Hsuan Chuang <yhchuang@realtek.com> rtw88: do not use (void *) as argument

The type change from (void *) to (struct rtw_dev *) is redundant.
Just pass the right type and compiler can check that for us.

Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>