Commit ff6d76fd authored by Nicolas Kaiser's avatar Nicolas Kaiser Committed by John W. Linville
Browse files

wireless/wl1271: remove redundant if-statement v2



wl1271_ps_elp_sleep() is void and cannot return a value.

Signed-off-by: default avatarNicolas Kaiser <nikai@nikai.net>
Reviewed-by: default avatarLuciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: default avatarLuciano Coelho <luciano.coelho@nokia.com>
parent 54046431
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -134,8 +134,6 @@ static int wl1271_event_ps_report(struct wl1271 *wl,

		/* go to extremely low power mode */
		wl1271_ps_elp_sleep(wl);
		if (ret < 0)
			break;
		break;
	case EVENT_EXIT_POWER_SAVE_FAIL:
		wl1271_debug(DEBUG_PSM, "PSM exit failed");