Skip to content

Commit

Permalink
staging: gma500: Remove extra semi-colon.
Browse files Browse the repository at this point in the history
The patch below removes an extra semi-colon from various parts
of the kernel. Please have a look when you have time, and let
me know if its legit or not.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Justin P. Mattock authored and Greg Kroah-Hartman committed Apr 5, 2011
1 parent aea74b6 commit 8fc5945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/gma500/psb_fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ static int psbfb_vm_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
struct drm_device *dev = psbfb->base.dev;
struct drm_psb_private *dev_priv = dev->dev_private;
struct psb_gtt *pg = dev_priv->pg;
unsigned long phys_addr = (unsigned long)pg->stolen_base;;
unsigned long phys_addr = (unsigned long)pg->stolen_base;

page_num = (vma->vm_end - vma->vm_start) >> PAGE_SHIFT;

Expand Down

0 comments on commit 8fc5945

Please sign in to comment.