Skip to content
Snippets Groups Projects
Commit 5b8d030f authored by Xu, Liang's avatar Xu, Liang Committed by Kenneth Johansson
Browse files

Merge pull request #282 in SW_PON/linux from...

Merge pull request #282 in SW_PON/linux from bugfix/DRVLIB_SW-395-GRX500_EnduranceTest_fail_fix to xrx500

* commit 'ce989e227e090f137a4251bddc3941493ff1e237':
  Removing the Print which cause Endurance test fail for GRX500
parent 3f5c2bd8
Branches
No related tags found
No related merge requests found
...@@ -506,11 +506,6 @@ int gsw_api_kioctl(GSW_API_HANDLE handle, u32 command, u32 arg) ...@@ -506,11 +506,6 @@ int gsw_api_kioctl(GSW_API_HANDLE handle, u32 command, u32 arg)
ret = gsw_command_search(cmd_handle, command, arg, ETHSW_API_KERNEL); ret = gsw_command_search(cmd_handle, command, arg, ETHSW_API_KERNEL);
if (ret == -1) {
pr_err("CMD ERROR :Command return %d\n", ret);
pr_err("Command Excution UnSusscesful\n");
}
#ifdef __KERNEL__ #ifdef __KERNEL__
kfree(cmd_handle); kfree(cmd_handle);
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment