Skip to content

Commit

Permalink
drm/i915/csr: fix spelling mistake "firmare" -> "firmware"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistake in DRM_INFO message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20181107102211.19758-1-colin.king@canonical.com
  • Loading branch information
Colin Ian King authored and Chris Wilson committed Nov 7, 2018
1 parent 55f99bf commit b598a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/intel_csr.c
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ void intel_csr_ucode_init(struct drm_i915_private *dev_priv)
if (i915_modparams.dmc_firmware_path) {
if (strlen(i915_modparams.dmc_firmware_path) == 0) {
csr->fw_path = NULL;
DRM_INFO("Disabling CSR firmare and runtime PM\n");
DRM_INFO("Disabling CSR firmware and runtime PM\n");
return;
}

Expand Down

0 comments on commit b598a88

Please sign in to comment.