diff --git a/[refs] b/[refs] index 21367a94b3cd..73ac6951659b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9a5467bf7b6e9e02ec9c3da4e23747c05faeaac6 +refs/heads/master: e336ed9647b06e3bb52995dbc51101cbdf39f2a2 diff --git a/trunk/crypto/crypto_user.c b/trunk/crypto/crypto_user.c index f6d9baf77f0a..423a267022f4 100644 --- a/trunk/crypto/crypto_user.c +++ b/trunk/crypto/crypto_user.c @@ -196,7 +196,7 @@ static int crypto_report(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, struct crypto_dump_info info; int err; - if (!p->cru_driver_name) + if (!p->cru_driver_name[0]) return -EINVAL; alg = crypto_alg_match(p, 1);