sfc: Removed casts to void

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
此提交包含在:
Ben Hutchings
2008-05-16 21:14:27 +01:00
提交者 Jeff Garzik
父節點 4cc58bdebf
當前提交 91ad757c2f
共有 5 個檔案被更改,包括 13 行新增13 行删除

查看文件

@@ -376,7 +376,7 @@ static void tenxpress_phy_reconfigure(struct efx_nic *efx)
* perform a special software reset */
if ((phy_data->tx_disabled && !efx->tx_disabled) ||
loop_change) {
(void) tenxpress_special_reset(efx);
tenxpress_special_reset(efx);
falcon_reset_xaui(efx);
}