OSDN Git Service

firmware: define pr_fmt
authorLuis R. Rodriguez <mcgrof@kernel.org>
Thu, 20 Jul 2017 20:13:40 +0000 (13:13 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Aug 2017 20:58:41 +0000 (13:58 -0700)
commit73da4b4b77661ba3a9a50e5fbb412c9766149911
treea354e98fe7507493dfa03105bec915d216c61763
parent76098b36b5db1a509e5af94128b08f950692c7f8
firmware: define pr_fmt

For some reason we have always forgotten this. Without this
we don't get a nice prefix on our pr_debug() / pr_*() messages.

Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/firmware_class.c