Re: [PATCH] add kmalloc check in drviers/pcmcia/rsrc_mgr.c (245-ac16)

Eric Lammerts (eric@lammerts.org)
Sun, 24 Jun 2001 22:52:31 +0200 (CEST)


On Sun, 24 Jun 2001, Rasmus Andersen wrote:

> Excellent suggestion. How about this one:

> + if (!b) {
> + printk(" -- aborting.\n");
> + printk(KERN_ERR __FUNCTION__ ": Out of memory.");
> + return;
> + }

There are zillions of functions called 'init_module' in the kernel.
I think my suggestion was better (and it had a \n at the end!)

Eric

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/