commit | fe4b65ec9127a336eeaa503f878062d9e6f44591 | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oneukum@suse.de> | Wed Mar 14 15:22:25 2007 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Apr 27 13:28:35 2007 -0700 |
tree | 93083a02fd33b2e24f85cd622bd41dac3cb66116 | |
parent | 7378c57a8d4cf36e2f2b389d96d0d85043bd1c17 [diff] |
mos7720 update this driver has an interesting way of handling ENOMEM: complain and ignore. If you decide to live with allocation failures, you must 1. guard against URBs without corresponding buffers 2. complete allocation failures 3. always test entries for NULL before you follow the pointers This patch does so. Signed-off-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>