commit | ae3907ecedb91c10ab8fd8b42ef62431206eee83 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Tue Feb 16 15:14:48 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 17 23:08:35 2016 -0500 |
tree | 080377e41e690ddd876d58ebfc7c5a9f72468ed7 | |
parent | ca0a5f2a39cbc3bcbbcc651e82758fa135ac1b9b [diff] |
rocker: remove trans parameter to rocker_cmd_exec function The only purpose of passing this parameter is to check for prepare phase. The only reason for a failure in that state is if TLVs don't fit into descriptor. That is highly unlikely and if that happens, it is a driver bug. So remove this parameter from rocker_cmd_exec, and check for prepare phase in caller. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>