On 2019-02-21 11:45, Arend Van Spriel wrote:
On 2/21/2019 11:33 AM, Rafał Miłecki wrote:
From: Rafał Miłecki <rafal@xxxxxxxxxx>
Firmware may report general errors using a special message type. Add
basic support for it by simply decoding & printing an error number.
A sample situation in which firmware reports a buf error:
CONSOLE: 027084.733 no host response IOCTL buffer available..so fail
the request
will now produce a "Firmware reported general error: 9" on the host.
Could have meaningful message instead of a number. I can do that in
follow up patch if you do not have the information.
That would be nice, thanks!