Skip to content

Commit

Permalink
kgsl_sharedmem: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
someone755 committed Sep 6, 2016
1 parent c6a9cd5 commit 7fd655a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/msm/kgsl_sharedmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ _kgsl_sharedmem_page_alloc(struct kgsl_memdesc *memdesc,
struct kgsl_pagetable *pagetable,
size_t size)
{
int order, ret = 0;
int ret = 0;
int len, sglen_alloc, sglen = 0;
void *ptr;
unsigned int align;
Expand Down

0 comments on commit 7fd655a

Please sign in to comment.