[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2014348883.271177.1531206974788.JavaMail.jboss@ep1ml503>
Date: Tue, 10 Jul 2018 12:46:14 +0530
From: Maninder Singh <maninder1.s@...sung.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
Petr Mladek <pmladek@...e.com>
CC: Linux-Next Mailing List <linux-next@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Vaneet Narang <v.narang@...sung.com>,
PANKAJ MISHRA <pankaj.m@...sung.com>
Subject: RE: linux-next: build warning after merge of the printk tree
Hi Petr,
> Hi all,
> After merging the printk tree, today's linux-next build (x86_64
> allnoconfig) produced this warning:
> kernel/printk/printk.c:2033:13: warning: 'suppress_message_printing' defined but not used [-Wunused-function]
> static bool suppress_message_printing(int level) { return false; }
^~~~~~~~~~~~~~~~~~~~~~~~~
seems there is no user for suppress_message_printing when CONFIG_PRINTK is disabled,
because earlier it was getting used in console_unlock and now we shifted this into vprintk_emit
which will be disabled on disabling CONFIG_PRINTk.
should we remove this defination when CONFIG_PRINTK is disabled ?
> Introduced by commit
> 375899cddcbb ("printk: make sure to print log on console.")
Download attachment "No File Name 0" of type "application/octet-stream" (499 bytes)
Powered by blists - more mailing lists