mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-10 01:59:58 +00:00
520.56.06
This commit is contained in:
@@ -307,7 +307,7 @@ _nvswitch_corelib_ali_training
|
||||
)
|
||||
{
|
||||
nvswitch_device *device = link->dev->pDevInfo;
|
||||
return device->hal.nvswitch_launch_ALI_link_training(device, link, NV_FALSE);
|
||||
return device->hal.nvswitch_launch_ALI_link_training(device, link);
|
||||
}
|
||||
|
||||
void
|
||||
@@ -4191,11 +4191,10 @@ NvlStatus
|
||||
nvswitch_launch_ALI_link_training
|
||||
(
|
||||
nvswitch_device *device,
|
||||
nvlink_link *link,
|
||||
NvBool bSync
|
||||
nvlink_link *link
|
||||
)
|
||||
{
|
||||
return device->hal.nvswitch_launch_ALI_link_training(device, link, bSync);
|
||||
return device->hal.nvswitch_launch_ALI_link_training(device, link);
|
||||
}
|
||||
|
||||
NvlStatus
|
||||
|
||||
Reference in New Issue
Block a user