[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200415102534.6d22a377@canb.auug.org.au>
Date: Wed, 15 Apr 2020 10:25:34 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Andy Gross <agross@...nel.org>
Cc: Linux Next Mailing List <linux-next@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Stephen Boyd <swboyd@...omium.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>
Subject: linux-next: build warning after merge of the qcom tree
Hi all,
After merging the qcom tree, today's linux-next build (x86_64
allmodconfig) produced this warning:
drivers/soc/qcom/cmd-db.c: In function 'cmd_db_debugfs_dump':
drivers/soc/qcom/cmd-db.c:281:30: warning: field width specifier '*' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=]
281 | seq_printf(seq, "0x%08x: %*pEp", le32_to_cpu(ent->addr),
| ~^~
| |
| int
282 | sizeof(ent->id), ent->id);
| ~~~~~~~~~~~~~~~
| |
| long unsigned int
Introduced by commit
d6815c5c43d4 ("soc: qcom: cmd-db: Add debugfs dumping file")
--
Cheers,
Stephen Rothwell
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists