commit | 92b1f905637bbd79fcd430a09737fd97061eb405 | [log] [tgz] |
---|---|---|
author | David Rientjes <rientjes@cs.washington.edu> | Wed Nov 08 19:49:15 2006 -0800 |
committer | Jeff Garzik <jeff@garzik.org> | Fri Nov 10 11:08:53 2006 -0500 |
tree | 93ef60a2e6977d206462d14901d13c1cbf0f4a9b | |
parent | ace48ffb5d6c927c5a98048d93543e1cae0eebd0 [diff] |
[PATCH] drivers cris: return on NULL dev_alloc_skb() If the next descriptor array entry cannot be allocated by dev_alloc_skb(), return immediately so it is not dereferenced later. We cannot register the device with a partial descriptor list. Cc: Mikael Starvik <starvik@axis.com> Signed-off-by: David Rientjes <rientjes@cs.washington.edu> Cc: Jeff Garzik <jeff@garzik.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>