]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/greybus/protocol.c
greybus: protocol: make protocol-lookup error message more informative
[karo-tx-linux.git] / drivers / staging / greybus / protocol.c
index 41190e8dfccb7bf88810308f71dd4c5016a91f97..889cff2a10c2354710cc62f18dfe17467bf030d8 100644 (file)
@@ -144,9 +144,6 @@ struct gb_protocol *gb_protocol_get(u8 id, u8 major, u8 minor)
 
        if (protocol)
                WARN_ON(protocol_count == U8_MAX);
-       else
-               pr_err("protocol id %hhu version %hhu.%hhu not found\n",
-                       id, major, minor);
 
        return protocol;
 }