From c3eaaf8b5b01cf076525e23d26269027a8cfe8a6 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Wed, 12 Feb 2014 17:10:28 -0600 Subject: [PATCH] staging: rtl8821ae: Fix potential infinite loop Smatch reports the following: drivers/staging/rtl8821ae/rtl8821ae/hw.c:153 _rtl8821ae_set_fw_clock_on() info: ignoring unreachable code. Upon investigation, the code in this region has the capability of creating an infinite loop. Signed-off-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed