X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fstaging%2Fgreybus%2Fprotocol.c;h=889cff2a10c2354710cc62f18dfe17467bf030d8;hb=9942fc8b14f21525622b85031b19c7ab5b16b339;hp=41190e8dfccb7bf88810308f71dd4c5016a91f97;hpb=4505c4d44a660866f2006eacafcb8c7d182ec182;p=karo-tx-linux.git diff --git a/drivers/staging/greybus/protocol.c b/drivers/staging/greybus/protocol.c index 41190e8dfccb..889cff2a10c2 100644 --- a/drivers/staging/greybus/protocol.c +++ b/drivers/staging/greybus/protocol.c @@ -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; }