xt_mp2t: simplify boolean expression

This commit is contained in:
Jan Engelhardt
2010-11-04 01:02:41 +01:00
parent 23cae38513
commit 41d337d916

View File

@@ -677,7 +677,7 @@ xt_mp2t_mt_check(const struct xt_mtchk_param *par)
return 0;
}
if (mp2t_htable_create(info) == false) {
if (!mp2t_htable_create(info)) {
msg_err(DRV, "Error creating hash table");
return -ENOMEM;
}