Commit fc436d9d authored by Dave Airlie's avatar Dave Airlie

drm/radeon: fix unused variables warning

just remove i variable left over from previous code.
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 07613ba2
...@@ -835,7 +835,6 @@ radeon_atombios_get_primary_dac_info(struct radeon_encoder *encoder) ...@@ -835,7 +835,6 @@ radeon_atombios_get_primary_dac_info(struct radeon_encoder *encoder)
struct _COMPASSIONATE_DATA *dac_info; struct _COMPASSIONATE_DATA *dac_info;
uint8_t frev, crev; uint8_t frev, crev;
uint8_t bg, dac; uint8_t bg, dac;
int i;
struct radeon_encoder_primary_dac *p_dac = NULL; struct radeon_encoder_primary_dac *p_dac = NULL;
atom_parse_data_header(mode_info->atom_context, index, NULL, &frev, &crev, &data_offset); atom_parse_data_header(mode_info->atom_context, index, NULL, &frev, &crev, &data_offset);
...@@ -867,7 +866,6 @@ radeon_atombios_get_tv_dac_info(struct radeon_encoder *encoder) ...@@ -867,7 +866,6 @@ radeon_atombios_get_tv_dac_info(struct radeon_encoder *encoder)
struct _COMPASSIONATE_DATA *dac_info; struct _COMPASSIONATE_DATA *dac_info;
uint8_t frev, crev; uint8_t frev, crev;
uint8_t bg, dac; uint8_t bg, dac;
int i;
struct radeon_encoder_tv_dac *tv_dac = NULL; struct radeon_encoder_tv_dac *tv_dac = NULL;
atom_parse_data_header(mode_info->atom_context, index, NULL, &frev, &crev, &data_offset); atom_parse_data_header(mode_info->atom_context, index, NULL, &frev, &crev, &data_offset);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment