crypto: n2 - dubious error check
Looks like a copy-and-paste problem to me. Signed-off-by: Nicolas Kaiser <nikai@nikai.net> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Родитель
72e58063d6
Коммит
14bd342e25
|
@ -1832,7 +1832,7 @@ static int __devinit get_irq_props(struct mdesc_handle *mdesc, u64 node,
|
|||
return -ENODEV;
|
||||
|
||||
ino = mdesc_get_property(mdesc, node, "ino", &ino_len);
|
||||
if (!intr)
|
||||
if (!ino)
|
||||
return -ENODEV;
|
||||
|
||||
if (intr_len != ino_len)
|
||||
|
|
Загрузка…
Ссылка в новой задаче