Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307059
b: refs/heads/master
c: 971ca47
h: refs/heads/master
i:
  307057: dde17fc
  307055: 8e99811
v: v3
  • Loading branch information
Santosh Nayak authored and Dave Airlie committed Apr 12, 2012
1 parent c525b73 commit 217f607
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: effbc4fd8e37e41d6f2bb6bcc611c14b4fbdcf9b
refs/heads/master: 971ca4717830c03a50e1ad9993c85601a0496de7
2 changes: 0 additions & 2 deletions trunk/drivers/char/agp/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,6 @@ int agp_generic_free_gatt_table(struct agp_bridge_data *bridge)
case LVL2_APER_SIZE:
/* The generic routines can't deal with 2 level gatt's */
return -EINVAL;
break;
default:
page_order = 0;
break;
Expand Down Expand Up @@ -1077,7 +1076,6 @@ int agp_generic_insert_memory(struct agp_memory * mem, off_t pg_start, int type)
case LVL2_APER_SIZE:
/* The generic routines can't deal with 2 level gatt's */
return -EINVAL;
break;
default:
num_entries = 0;
break;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/char/agp/sgi-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ static int sgi_tioca_insert_memory(struct agp_memory *mem, off_t pg_start,
break;
case LVL2_APER_SIZE:
return -EINVAL;
break;
default:
num_entries = 0;
break;
Expand Down

0 comments on commit 217f607

Please sign in to comment.