Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaa-bbaa committed Oct 8, 2024
1 parent 3e2186a commit 055c1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/display/intel_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ intel_dp_max_data_rate(int max_link_rate, int max_lanes)
return max_link_rate * max_lanes;
#else
int ch_coding_efficiency =
drm_dp_bw_channel_coding_efficiency(intel_dp_is_uhbr_rate(max_link_rate));
drm_dp_bw_channel_coding_efficiency(drm_dp_is_uhbr_rate(max_link_rate));
int max_link_rate_kbps = max_link_rate * 10;

/*
Expand Down

0 comments on commit 055c1b3

Please sign in to comment.