From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 716EEC0650E for ; Thu, 4 Jul 2019 05:54:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 45A34218A4 for ; Thu, 4 Jul 2019 05:54:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562219690; bh=3sjb3a6ytJ18VilYTtbgbo4q8CCak8El7lLMaHNJ68Q=; h=Subject:To:From:Date:List-ID:From; b=WfV+nh3QhND2S+uZntlnBmh50w0pq5Eid+bZarN20x9+3XtOutTBxRs3ngjIw0c8n pM8IsjS6JUMrf9xNSGrBXbSUL0wQJLXzss13Noohx55El/9zU/HsYsEY+8lTsGusyy zE20WPqG/gMvXSLHVC0NWoARf5mR1r9mElLkKbek= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726038AbfGDFyu (ORCPT ); Thu, 4 Jul 2019 01:54:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:56530 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725879AbfGDFyt (ORCPT ); Thu, 4 Jul 2019 01:54:49 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 58A8E2189E; Thu, 4 Jul 2019 05:54:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562219688; bh=3sjb3a6ytJ18VilYTtbgbo4q8CCak8El7lLMaHNJ68Q=; h=Subject:To:From:Date:From; b=MaJ8ZELbrJVTV9BcC+5WyPAFwQ47ZvVk1YMQrSXygAzObgNwizmsfHFV1cMH2mwAC cB26WLGtB/U2YDxn+6Iddyu2hQqpzZgGrx/68yU39ugG5HGuM63o2c21XTUKa1h4qq ZIpxY3snc4fZ0sHvcrUaSe+qB759bFQcIn2VOwhA= Subject: patch "intel_th: msu: Remove set but not used variable 'last'" added to char-misc-next To: yuehaibing@huawei.com, alexander.shishkin@linux.intel.com, andriy.shevchenko@linux.intel.com, gregkh@linuxfoundation.org, stable@vger.kernel.org From: Date: Thu, 04 Jul 2019 07:52:14 +0200 Message-ID: <156221953420865@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org This is a note to let you know that I've just added the patch titled intel_th: msu: Remove set but not used variable 'last' to my char-misc git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git in the char-misc-next branch. The patch will show up in the next release of the linux-next tree (usually sometime within the next 24 hours during the week.) The patch will also be merged in the next major kernel release during the merge window. If you have any questions about this process, please let me know. >From 9800db282dff675dd700d5985d90b605c34b5ccd Mon Sep 17 00:00:00 2001 From: YueHaibing Date: Fri, 21 Jun 2019 19:19:28 +0300 Subject: intel_th: msu: Remove set but not used variable 'last' Commit aad14ad3cf3a ("intel_th: msu: Add current window tracking") added the following gcc warning: > drivers/hwtracing/intel_th/msu.c: In function msc_win_switch: > drivers/hwtracing/intel_th/msu.c:1389:21: warning: variable last set but > not used [-Wunused-but-set-variable] Fix it by removing the variable. Signed-off-by: YueHaibing Fixes: aad14ad3cf3a ("intel_th: msu: Add current window tracking") Reviewed-by: Andy Shevchenko Signed-off-by: Alexander Shishkin Cc: stable Link: https://lore.kernel.org/r/20190621161930.60785-3-alexander.shishkin@linux.intel.com Signed-off-by: Greg Kroah-Hartman --- drivers/hwtracing/intel_th/msu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/hwtracing/intel_th/msu.c b/drivers/hwtracing/intel_th/msu.c index 8c568b5c8920..6bfce03c6489 100644 --- a/drivers/hwtracing/intel_th/msu.c +++ b/drivers/hwtracing/intel_th/msu.c @@ -1400,10 +1400,9 @@ static int intel_th_msc_init(struct msc *msc) static void msc_win_switch(struct msc *msc) { - struct msc_window *last, *first; + struct msc_window *first; first = list_first_entry(&msc->win_list, struct msc_window, entry); - last = list_last_entry(&msc->win_list, struct msc_window, entry); if (msc_is_last_win(msc->cur_win)) msc->cur_win = first; -- 2.22.0