Remove the unsupported version request from the loopback-driver request
handler.
Unsupported requests are already handled and logged using the default
case.
Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
/* By convention, the AP initiates the version operation */
switch (operation->type) {
- case GB_REQUEST_TYPE_PROTOCOL_VERSION:
- dev_err(dev, "module-initiated version operation\n");
- return -EINVAL;
case GB_LOOPBACK_TYPE_PING:
case GB_LOOPBACK_TYPE_SINK:
return 0;