Signed-off-by: Bill Pemberton <wfp5p@worldbroken.com>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
}
}
+ /* FIXME operation->response could still be NULL here */
/* Fill in the response header and send it */
operation->response->header->result = gb_operation_errno_map(errno);
if (protocol)
WARN_ON(!protocol_count);
else
+ /* FIXME a different message is needed since this one
+ * will result in a NULL dereference
+ */
pr_err("protocol id %hhu version %hhu.%hhu not found\n",
protocol->id, major, minor);
}