On 06/18/2014 02:44 AM, Qiaowei Ren wrote:
> +     bt_addr = mpx_mmap(MPX_BT_SIZE_BYTES);
> +     if (IS_ERR((void *)bt_addr)) {
> +             pr_err("Bounds table allocation failed at entry addr %p\n",
> +                             bd_entry);
> +             return bt_addr;
> +     }

Don't forget to remove the unnecessary pr_*() calls for the next version.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to