From: Stephen Hemminger <shemminger@vyatta•com>
To: David Miller <davem@davemloft•net>, Rasesh Mody <rmody@brocade•com>
Cc: netdev@vger•kernel.org, Stephen Hemminger <stephen@networkplumber•org>
Subject: [PATCH net-next 1/5] bna: fix declaration mismatch
Date: Fri, 08 Mar 2013 11:07:40 -0800 [thread overview]
Message-ID: <20130308190808.861866355@vyatta.com> (raw)
In-Reply-To: 20130308190739.260966567@vyatta.com
[-- Attachment #1: bna-mismatch.patch --]
[-- Type: text/plain, Size: 815 bytes --]
The function is declared to take u32 but definition uses enum.
Signed-off-by: Stephen Hemminger <stephen@networkplumber•org>
--- a/drivers/net/ethernet/brocade/bna/bfa_ioc.c 2013-03-08 10:33:19.142142147 -0800
+++ b/drivers/net/ethernet/brocade/bna/bfa_ioc.c 2013-03-08 10:33:21.534142211 -0800
@@ -76,7 +76,7 @@ static void bfa_ioc_pf_disabled(struct b
static void bfa_ioc_pf_failed(struct bfa_ioc *ioc);
static void bfa_ioc_pf_hwfailed(struct bfa_ioc *ioc);
static void bfa_ioc_pf_fwmismatch(struct bfa_ioc *ioc);
-static void bfa_ioc_boot(struct bfa_ioc *ioc, u32 boot_type,
+static void bfa_ioc_boot(struct bfa_ioc *ioc, enum bfi_fwboot_type boot_type,
u32 boot_param);
static u32 bfa_ioc_smem_pgnum(struct bfa_ioc *ioc, u32 fmaddr);
static void bfa_ioc_get_adapter_serial_num(struct bfa_ioc *ioc,
next prev parent reply other threads:[~2013-03-08 19:23 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-08 19:07 [PATCH net-next 0/5] Trivial patches Stephen Hemminger
2013-03-08 19:07 ` Stephen Hemminger [this message]
2013-03-08 19:30 ` [PATCH net-next 1/5] bna: fix declaration mismatch Rasesh Mody
2013-03-08 19:07 ` [PATCH net-next 2/5] Supject: phy: make local function static Stephen Hemminger
2013-03-08 19:07 ` [PATCH net-next 3/5] phy: vitesse make vsc824x_add_skew static Stephen Hemminger
2013-03-08 19:07 ` [PATCH net-next 4/5] team: make local function static Stephen Hemminger
2013-03-09 12:07 ` Jiri Pirko
2013-03-08 19:07 ` [PATCH net-next 5/5] dcb: fix sparse warnings Stephen Hemminger
2013-03-09 21:10 ` [PATCH net-next 0/5] Trivial patches David Miller
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=20130308190808.861866355@vyatta.com \
--to=shemminger@vyatta$(echo .)com \
--cc=davem@davemloft$(echo .)net \
--cc=netdev@vger$(echo .)kernel.org \
--cc=rmody@brocade$(echo .)com \
--cc=stephen@networkplumber$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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