From: Adrian Bunk <bunk@fs.tum.de>
To: isdn4linux@listserv.isdn4linux.de
Cc: linux-kernel@vger.kernel.org, trivial@rustcorp.com.au
Subject: [2.6 patch] add a missing return to drivers/isdn/hisax/ipacx.c
Date: Mon, 1 Sep 2003 23:03:07 +0200 [thread overview]
Message-ID: <20030901210307.GE23729@fs.tum.de> (raw)
The patch below adds a missing return to drivers/isdn/hisax/ipacx.c.
I've tested the compilation with 2.6.0-test4-mm4.
Please apply
Adrian
--- linux-2.6.0-test4-mm4-no-smp/drivers/isdn/hisax/ipacx.c.old 2003-09-01 22:59:28.000000000 +0200
+++ linux-2.6.0-test4-mm4-no-smp/drivers/isdn/hisax/ipacx.c 2003-09-01 22:59:49.000000000 +0200
@@ -728,13 +728,15 @@
int
ipacx_setup(struct IsdnCardState *cs, struct dc_hw_ops *ipacx_dc_ops,
struct bc_hw_ops *ipacx_bc_ops)
{
u8 val;
cs->dc_hw_ops = ipacx_dc_ops;
cs->bc_hw_ops = ipacx_bc_ops;
val = ipacx_read_reg(cs, IPACX_ID) & 0x3f;
printk(KERN_INFO "HiSax: IPACX Design Id: %#x\n", val);
+
+ return 0;
}
reply other threads:[~2003-09-01 21:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030901210307.GE23729@fs.tum.de \
--to=bunk@fs.tum.de \
--cc=isdn4linux@listserv.isdn4linux.de \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@rustcorp.com.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox