Skip to content

Commit af30b9a

Browse files
Dan Carpenterrodrigovivi
authored andcommitted
drm/i915/gsc: delete a stray tab in intel_gsc_fw_get_binary_info()
This line is indented on tab too far. Delete the extra tab. Signed-off-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Rodrigo Vivi <[email protected]> Signed-off-by: Rodrigo Vivi <[email protected]>
1 parent c235b03 commit af30b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/gt/uc/intel_gsc_fw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ int intel_gsc_fw_get_binary_info(struct intel_uc_fw *gsc_fw, const void *data, s
230230
gt_info(gt, "Invalid GSC firmware for MTL/ARL, got %d.%d.%d.%d but need 102.x.x.x",
231231
gsc->release.major, gsc->release.minor,
232232
gsc->release.patch, gsc->release.build);
233-
return -EINVAL;
233+
return -EINVAL;
234234
}
235235

236236
if (min_ver.major) {

0 commit comments

Comments
 (0)