mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-27 13:00:25 +09:00
The variable 'ret' is set but unused, and this pointed out that errors from irlmp_connect_response() are not propagated to the caller. Note that this is currently academic since irlmp_connect_response() always returns 0. :-) Signed-off-by: David S. Miller <davem@davemloft.net>