forked from luck/tmp_suning_uos_patched
[AGPGART] Remove pointless code from agp_generic_create_gatt_table()
Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
parent
e60a48f5ab
commit
89197e34ea
|
@ -809,12 +809,10 @@ int agp_generic_create_gatt_table(struct agp_bridge_data *bridge)
|
||||||
case U32_APER_SIZE:
|
case U32_APER_SIZE:
|
||||||
bridge->current_size = A_IDX32(bridge);
|
bridge->current_size = A_IDX32(bridge);
|
||||||
break;
|
break;
|
||||||
/* This case will never really happen. */
|
/* These cases will never really happen. */
|
||||||
case FIXED_APER_SIZE:
|
case FIXED_APER_SIZE:
|
||||||
case LVL2_APER_SIZE:
|
case LVL2_APER_SIZE:
|
||||||
default:
|
default:
|
||||||
bridge->current_size =
|
|
||||||
bridge->current_size;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
temp = bridge->current_size;
|
temp = bridge->current_size;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user