rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()
[linux-2.6-microblaze.git] / net / rxrpc / key.c
index 8f7d7a6..c668e4b 100644 (file)
@@ -1107,7 +1107,8 @@ static long rxrpc_read(const struct key *key,
                        break;
 
                default: /* we have a ticket we can't encode */
-                       BUG();
+                       pr_err("Unsupported key token type (%u)\n",
+                              token->security_index);
                        continue;
                }
 
@@ -1223,7 +1224,6 @@ static long rxrpc_read(const struct key *key,
                        break;
 
                default:
-                       BUG();
                        break;
                }