From mboxrd@z Thu Jan 1 00:00:00 1970 From: me@tobin.cc (Tobin C. Harding) Date: Wed, 15 Mar 2017 21:40:44 +1100 Subject: pr_debug In-Reply-To: References: <20170315083136.GA18728@eros> Message-ID: <20170315104044.GA29639@eros> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Wed, Mar 15, 2017 at 12:01:39PM +0200, Alexander Kapshuk wrote: > On Wed, Mar 15, 2017 at 10:31 AM, Tobin C. Harding wrote: > > why does calling pr_debug() with more than one argument cause a sparse > > warning? > > > > drivers/mmc/core/sdio_io.c:70:9: error: unknown field name in initializer > > > > sdio_io.c:70: > > pr_debug("SDIO: Enabling device %s...\n", sdio_func_id(func)); > > > > What can we do about this? > > > > thanks, > > Tobin. > > > > _______________________________________________ > > Kernelnewbies mailing list > > Kernelnewbies at kernelnewbies.org > > https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies > > What is the version of the sources you are using? I'm usually working of gregKH's staging tree using branch staging-next and/or staging-testing thanks, Tobin.