commit | c9266b99e2def0a456766220df09713f8e765891 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Thu Dec 14 15:49:28 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun Dec 17 21:59:07 2006 -0800 |
tree | 4685070018632e00437fbb368b28d6cc1ebc467e | |
parent | bd2b334378530f6dbe03f6325b8c885524e298a3 [diff] |
[AX.25]: Mark all kmalloc users __must_check The recent fix 0506d4068bad834aab1141b5dc5e748eb175c6b3 made obvious that error values were not being propagated through the AX.25 stack. To help with that this patch marks all kmalloc users in the AX.25, NETROM and ROSE stacks as __must_check. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: David S. Miller <davem@davemloft.net>