pr_debug

Alexander Kapshuk alexander.kapshuk at gmail.com
Wed Mar 15 06:01:39 EDT 2017


On Wed, Mar 15, 2017 at 10:31 AM, Tobin C. Harding <me at tobin.cc> 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?



More information about the Kernelnewbies mailing list