Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330227
b: refs/heads/master
c: ba9b6f9
h: refs/heads/master
i:
  330225: be26242
  330223: 8c68fe8
v: v3
  • Loading branch information
Peter Senna Tschudin authored and Marc Kleine-Budde committed Oct 4, 2012
1 parent f0ef1d8 commit 9998cad
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: 4a4bfdcd29572864a561f64a09af9ff444f3cd41
refs/heads/master: ba9b6f9f7a9eccf09440848d1c63e9f4c77eaa58
4 changes: 3 additions & 1 deletion trunk/drivers/net/can/sja1000/peak_pcmcia.c
Original file line number Diff line number Diff line change
Expand Up @@ -686,8 +686,10 @@ static int __devinit pcan_probe(struct pcmcia_device *pdev)

/* detect available channels */
pcan_add_channels(card);
if (!card->chan_count)
if (!card->chan_count) {
err = -ENOMEM;
goto probe_err_4;
}

/* init the timer which controls the leds */
init_timer(&card->led_timer);
Expand Down

0 comments on commit 9998cad

Please sign in to comment.