mrsas(4): Remove unneed extra arg from MR_LdBlockSizeGet().
Obtained From: DragonFly (482292f9859e1ceae4f35343c0a8eac4c4486d1)
This commit is contained in:
parent
9059c77ef2
commit
ae4cfcdf30
@ -116,8 +116,7 @@ mrsas_map_mpt_cmd_status(struct mrsas_mpt_cmd *cmd, u_int8_t status,
|
||||
extern int mrsas_reset_targets(struct mrsas_softc *sc);
|
||||
extern u_int16_t MR_TargetIdToLdGet(u_int32_t ldTgtId, MR_DRV_RAID_MAP_ALL * map);
|
||||
extern u_int32_t
|
||||
MR_LdBlockSizeGet(u_int32_t ldTgtId, MR_DRV_RAID_MAP_ALL * map,
|
||||
struct mrsas_softc *sc);
|
||||
MR_LdBlockSizeGet(u_int32_t ldTgtId, MR_DRV_RAID_MAP_ALL * map);
|
||||
extern void mrsas_isr(void *arg);
|
||||
extern void mrsas_aen_handler(struct mrsas_softc *sc);
|
||||
extern u_int8_t
|
||||
@ -895,7 +894,7 @@ mrsas_setup_io(struct mrsas_softc *sc, struct mrsas_mpt_cmd *cmd,
|
||||
}
|
||||
|
||||
map_ptr = sc->ld_drv_map[(sc->map_id & 1)];
|
||||
ld_block_size = MR_LdBlockSizeGet(device_id, map_ptr, sc);
|
||||
ld_block_size = MR_LdBlockSizeGet(device_id, map_ptr);
|
||||
|
||||
ld = MR_TargetIdToLdGet(device_id, map_ptr);
|
||||
if ((ld >= MAX_LOGICAL_DRIVES_EXT) || (!sc->fast_path_io)) {
|
||||
|
Loading…
Reference in New Issue
Block a user