summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBibek Basu <bbasu@nvidia.com>2014-09-29 12:53:00 +0530
committerWinnie Hsu <whsu@nvidia.com>2014-10-02 10:37:38 -0700
commit73c05bb3d4649fc27a45a80ca472271e65da9a2a (patch)
tree0eaf085ab0520405a343bce2799004c90f00a8d6
parent9401fe6208d7a9fcec123f813d2e32488d9e67b2 (diff)
firmware: enable default printing of direct loading
Move pr_dbg to pr_info for direct firmware loading. Bug 200026940 Change-Id: I617fde8aac85be01857b963c0e18ae6cf22aa444 Signed-off-by: Bibek Basu <bbasu@nvidia.com> Reviewed-on: http://git-master/r/542581 GVS: Gerrit_Virtual_Submit Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
-rw-r--r--drivers/base/firmware_class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/firmware_class.c b/drivers/base/firmware_class.c
index 9fb40bf0f8eb..a32c0173bea8 100644
--- a/drivers/base/firmware_class.c
+++ b/drivers/base/firmware_class.c
@@ -336,7 +336,7 @@ static bool fw_get_filesystem_firmware(struct device *device,
__putname(path);
if (success) {
- dev_dbg(device, "firmware: direct-loading firmware %s\n",
+ dev_info(device, "firmware: direct-loading firmware %s\n",
buf->fw_id);
mutex_lock(&fw_lock);
set_bit(FW_STATUS_DONE, &buf->status);