Skip to content
Commit 37bc6c72 authored by Austin Kim's avatar Austin Kim Committed by Kalle Valo
Browse files

brcmsmac: Remove always false 'channel < 0' statement



As 'channel' is declared as u16, the following expression is always false.
   channel < 0

So we can remove unnecessary 'always false' statement.

Signed-off-by: default avatarAustin Kim <austindh.kim@gmail.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent bb7e6d85
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment