* [PATCH] clean up pcibr_slot.c warnings
@ 2004-03-29 18:55 Jesse Barnes
0 siblings, 0 replies; only message in thread
From: Jesse Barnes @ 2004-03-29 18:55 UTC (permalink / raw)
To: linux-ia64
[-- Attachment #1: Type: text/plain, Size: 208 bytes --]
A few warnings crept into pcibr_slot.c that this patch takes care of.
- forward declare pcibr_slot_pwr so it can be used w/o warning
- fix argument passed to pcibr_slot_attach in pcibr_slot_enable
Jesse
[-- Attachment #2: pcibr_slot-warning-fixes.patch --]
[-- Type: text/plain, Size: 778 bytes --]
===== arch/ia64/sn/io/sn2/pcibr/pcibr_slot.c 1.19 vs edited =====
--- 1.19/arch/ia64/sn/io/sn2/pcibr/pcibr_slot.c Thu Feb 19 09:12:31 2004
+++ edited/arch/ia64/sn/io/sn2/pcibr/pcibr_slot.c Mon Mar 29 10:47:03 2004
@@ -47,6 +47,7 @@
cfg_p pcibr_find_capability(cfg_p, unsigned);
extern uint64_t do_pcibr_config_get(cfg_p, unsigned, unsigned);
void do_pcibr_config_set(cfg_p, unsigned, unsigned, uint64_t);
+int pcibr_slot_pwr(vertex_hdl_t pcibr_vhdl, pciio_slot_t slot, int up, char *err_msg);
/*
@@ -351,7 +352,7 @@
goto enable_unlock;
}
- error = pcibr_slot_attach(pcibr_vhdl, slot, NULL,
+ error = pcibr_slot_attach(pcibr_vhdl, slot, 0,
req_p->req_resp.resp_l1_msg,
&req_p->req_resp.resp_sub_errno);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-03-29 18:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-29 18:55 [PATCH] clean up pcibr_slot.c warnings Jesse Barnes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox