Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317865
b: refs/heads/master
c: fd67859
h: refs/heads/master
i:
  317863: e8c114e
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Jul 12, 2012
1 parent d500ad5 commit f765aec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: e6345c81b4eb20850ae4078ed3a8ff6eae584283
refs/heads/master: fd67859d380b4c2af160d4aa3d8041bf63d7bd36
4 changes: 3 additions & 1 deletion trunk/drivers/staging/sm7xxfb/sm7xxfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -808,8 +808,10 @@ static int __devinit smtcfb_pci_probe(struct pci_dev *pdev,

sfb = smtc_alloc_fb_info(pdev, name);

if (!sfb)
if (!sfb) {
err = -ENOMEM;
goto failed_free;
}

sfb->chip_id = ent->device;
sprintf(name, "sm%Xfb", sfb->chip_id);
Expand Down

0 comments on commit f765aec

Please sign in to comment.