From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Date: Thu, 18 Apr 2013 13:37:39 +0300 Subject: [ath9k-devel] [PATCH 5/7] ath10k: fix pointer casts in debug code In-Reply-To: <1366220724-29423-5-git-send-email-bartosz.markowski@tieto.com> (Bartosz Markowski's message of "Wed, 17 Apr 2013 19:45:22 +0200") References: <1366220724-29423-1-git-send-email-bartosz.markowski@tieto.com> <1366220724-29423-5-git-send-email-bartosz.markowski@tieto.com> Message-ID: <877gk0p1jg.fsf@kamboji.qca.qualcomm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Bartosz Markowski writes: > Signed-off-by: Bartosz Markowski > --- > drivers/net/wireless/ath/ath10k/core.h | 2 -- > drivers/net/wireless/ath/ath10k/debug.h | 6 +++--- > 2 files changed, 3 insertions(+), 5 deletions(-) > > diff --git a/drivers/net/wireless/ath/ath10k/core.h b/drivers/net/wireless/ath/ath10k/core.h > index 00cf53a..c585a67 100644 > --- a/drivers/net/wireless/ath/ath10k/core.h > +++ b/drivers/net/wireless/ath/ath10k/core.h > @@ -276,10 +276,8 @@ struct ath10k { > void *wmi; > } modules; > > -#if defined(CONFIG_PM_SLEEP) > wait_queue_head_t event_queue; > bool is_target_paused; > -#endif I think this is leftovers from a previous patch. -- Kalle Valo