Re: [PATCH 1/4] ibmvfc: Remove "failed" from logged errors

2019-03-27 Thread Martin K. Petersen
Tyrel, > The text of messages logged with ibmvfc_log_error() always contain the > term "failed". In the case of cancelled commands during EH they are > reported back by the VIOS using error codes. This can be confusing to > somebody looking at these log messages as to whether a command was > suc

[PATCH 1/4] ibmvfc: Remove "failed" from logged errors

2019-03-20 Thread Tyrel Datwyler
The text of messages logged with ibmvfc_log_error() always contain the term "failed". In the case of cancelled commands during EH they are reported back by the VIOS using error codes. This can be confusing to somebody looking at these log messages as to whether a command was successfully cancelled.