From acdbebb3c5a83b8152de52ca1c80ae70ab76d2b9 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Fri, 8 Jun 2007 13:46:52 -0700 Subject: [PATCH] --- yaml --- r: 57469 b: refs/heads/master c: 64834b226b237e654ab164d3af88ceaa65f10362 h: refs/heads/master i: 57467: 40e26dc60728ed1a0115c44604672d513c4f992c v: v3 --- [refs] | 2 +- trunk/drivers/char/stallion.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6e381d8d0665..31e2ea930d64 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 193faea9280a809cc30e81d7e503e01b1d7b7042 +refs/heads/master: 64834b226b237e654ab164d3af88ceaa65f10362 diff --git a/trunk/drivers/char/stallion.c b/trunk/drivers/char/stallion.c index e45113a7a472..265abadcf776 100644 --- a/trunk/drivers/char/stallion.c +++ b/trunk/drivers/char/stallion.c @@ -2172,7 +2172,7 @@ static int __devinit stl_initech(struct stlbrd *brdp) } status = inb(ioaddr + ECH_PNLSTATUS); if ((status & ECH_PNLIDMASK) != nxtid) - goto err_fr; + break; panelp = kzalloc(sizeof(struct stlpanel), GFP_KERNEL); if (!panelp) { printk("STALLION: failed to allocate memory "