Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89197e34 authored by Dave Jones's avatar Dave Jones
Browse files

[AGPGART] Remove pointless code from agp_generic_create_gatt_table()



Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent e60a48f5
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -809,12 +809,10 @@ int agp_generic_create_gatt_table(struct agp_bridge_data *bridge)
				case U32_APER_SIZE:
					bridge->current_size = A_IDX32(bridge);
					break;
					/* This case will never really happen. */
				/* These cases will never really happen. */
				case FIXED_APER_SIZE:
				case LVL2_APER_SIZE:
				default:
					bridge->current_size =
					    bridge->current_size;
					break;
				}
				temp = bridge->current_size;