mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 21:26:31 +00:00
qla2xxx: Make qlafx00_process_aen() return void
[ commit 88bfdf565cbe33524308d912777f4267981d4be0 upstream ] git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8961 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -775,7 +775,7 @@ extern int qlafx00_fw_ready(scsi_qla_host_t *);
|
||||
extern int qlafx00_configure_devices(scsi_qla_host_t *);
|
||||
extern int qlafx00_reset_initialize(scsi_qla_host_t *);
|
||||
extern int qlafx00_fx_disc(scsi_qla_host_t *, fc_port_t *, uint16_t);
|
||||
extern int qlafx00_process_aen(struct scsi_qla_host *, struct qla_work_evt *);
|
||||
extern void qlafx00_process_aen(struct scsi_qla_host *, struct qla_work_evt *);
|
||||
extern int qlafx00_post_aenfx_work(struct scsi_qla_host *, uint32_t,
|
||||
uint32_t *, int);
|
||||
extern uint32_t qlafx00_fw_state_show(struct device *,
|
||||
|
||||
@@ -1708,10 +1708,9 @@ qlafx00_tgt_detach(struct scsi_qla_host *vha, int tgt_id)
|
||||
return;
|
||||
}
|
||||
|
||||
int
|
||||
void
|
||||
qlafx00_process_aen(struct scsi_qla_host *vha, struct qla_work_evt *evt)
|
||||
{
|
||||
int rval = 0;
|
||||
uint32_t aen_code, aen_data;
|
||||
|
||||
aen_code = FCH_EVT_VENDOR_UNIQUE;
|
||||
@@ -1762,8 +1761,6 @@ qlafx00_process_aen(struct scsi_qla_host *vha, struct qla_work_evt *evt)
|
||||
|
||||
fc_host_post_event(vha->host, fc_get_event_number(),
|
||||
aen_code, aen_data);
|
||||
|
||||
return rval;
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user