Re: [PATCH v4.4-rc8 0/7] isdn: eicon: Silence frame size warnings

From: David Miller
Date: Sun Jan 10 2016 - 22:53:21 EST


From: tim.gardner@xxxxxxxxxxxxx
Date: Fri, 8 Jan 2016 05:32:48 -0700

> Following is a patch set to recode various functions within the eicon driver in
> order to silence frame size warnings. The final patch consolidates some of this
> code into a single function which hopefully reduces complexity and the amount
> of code.

If you were just fixing one case of this I wouldn't be so strict but
the following, but because you are changing several such cases I am
going to be.

You have to add appropriate -ENOMEM error propragation and handling
into the callers of these functions.